Home
last modified time | relevance | path

Searched refs:s3 (Results 1 – 9 of 9) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dbtf_dump_test_case_ordering.c11 struct s3;
17 struct s3 *s3; member
21 struct s3 { struct
28 struct s3 s3; member
/tools/include/linux/
A Dprandom.h8 __u32 s1, s2, s3, s4; member
30 state->s3 = __seed(i, 16U); in prandom_seed_state()
46 state->s3 = TAUSWORTHE(state->s3, 13U, 21U, 4294967280U, 7U); in prandom_u32_state()
49 return (state->s1 ^ state->s2 ^ state->s3 ^ state->s4); in prandom_u32_state()
/tools/testing/selftests/kvm/lib/riscv/
A Dhandlers.S48 csrr s3, CSR_SCAUSE
52 sd s3, 272(sp)
56 ld s3, 272(sp)
60 csrw CSR_SCAUSE, s3
A Dprocessor.c244 core.regs.s3 = vcpu_get_reg(vcpu, RISCV_CORE_REG(regs.s3)); in vcpu_arch_dump()
274 core.regs.a6, core.regs.a7, core.regs.s2, core.regs.s3); in vcpu_arch_dump()
/tools/testing/selftests/kvm/include/loongarch/
A Dprocessor.h37 #define s3 $r26 macro
/tools/testing/selftests/kvm/include/riscv/
A Dprocessor.h96 unsigned long s3; member
/tools/hv/
A Dhv_kvp_daemon.c1200 static int kvp_write_file(FILE *f, char *s1, char *s2, char *s3) in kvp_write_file() argument
1204 ret = fprintf(f, "%s%s%s%s\n", s1, s2, "=", s3); in kvp_write_file()
/tools/lib/bpf/
A Dusdt.c1451 { "s3", offsetof(struct user_regs_struct, s3) }, in calc_pt_regs_off()
/tools/testing/selftests/kvm/riscv/
A Dget-reg-list.c806 KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CORE | KVM_REG_RISCV_CORE_REG(regs.s3),

Completed in 17 milliseconds