Home
last modified time | relevance | path

Searched refs:s4 (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dbtf_dump_test_case_ordering.c13 struct s4;
18 struct s4 *s4; member
26 struct s4 { struct
51 struct s4 s4; member
/tools/include/linux/
A Dprandom.h8 __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 Dprocessor.h38 #define s4 $r27 macro
/tools/testing/selftests/kvm/include/riscv/
A Dprocessor.h97 unsigned long s4; member
/tools/testing/selftests/kvm/lib/riscv/
A Dprocessor.c245 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 Dusdt.c1452 { "s4", offsetof(struct user_regs_struct, s4) }, in calc_pt_regs_off()
/tools/testing/selftests/kvm/riscv/
A Dget-reg-list.c807 KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CORE | KVM_REG_RISCV_CORE_REG(regs.s4),

Completed in 15 milliseconds