Searched refs:s4 (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| A D | btf_dump_test_case_ordering.c | 13 struct s4; 18 struct s4 *s4; member 26 struct s4 { struct 51 struct s4 s4; member
|
| /tools/include/linux/ |
| A D | prandom.h | 8 __u32 s1, s2, s3, s4; member 31 state->s4 = __seed(i, 128U); in prandom_seed_state() 47 state->s4 = TAUSWORTHE(state->s4, 3U, 12U, 4294967168U, 13U); in prandom_u32_state() 49 return (state->s1 ^ state->s2 ^ state->s3 ^ state->s4); in prandom_u32_state()
|
| /tools/testing/selftests/kvm/include/loongarch/ |
| A D | processor.h | 38 #define s4 $r27 macro
|
| /tools/testing/selftests/kvm/include/riscv/ |
| A D | processor.h | 97 unsigned long s4; member
|
| /tools/testing/selftests/kvm/lib/riscv/ |
| A D | processor.c | 245 core.regs.s4 = vcpu_get_reg(vcpu, RISCV_CORE_REG(regs.s4)); in vcpu_arch_dump() 277 core.regs.s4, core.regs.s5, core.regs.s6, core.regs.s7); in vcpu_arch_dump()
|
| /tools/lib/bpf/ |
| A D | usdt.c | 1452 { "s4", offsetof(struct user_regs_struct, s4) }, in calc_pt_regs_off()
|
| /tools/testing/selftests/kvm/riscv/ |
| A D | get-reg-list.c | 807 KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CORE | KVM_REG_RISCV_CORE_REG(regs.s4),
|
Completed in 15 milliseconds