Home
last modified time | relevance | path

Searched refs:DEFINE (Results 1 - 25 of 75) sorted by relevance

123

/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dasm-offsets.c44 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack)); in main()
45 DEFINE(TASK_STATE, offsetof(struct task_struct, state)); in main()
46 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags)); in main()
47 DEFINE(TASK_SIGPENDING, offsetof(struct task_struct, pending)); in main()
48 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace)); in main()
49 DEFINE(TASK_MM, offsetof(struct task_struct, mm)); in main()
50 DEFINE(TASK_PERSONALITY, offsetof(struct task_struct, personality)); in main()
51 DEFINE(TASK_PID, offsetof(struct task_struct, pid)); in main()
53 DEFINE(TASK_REGS, offsetof(struct task_struct, thread.regs)); in main()
54 DEFINE(TASK_PT_PS in main()
[all...]
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dasm-offsets.c25 DEFINE(IA64_TASK_SIZE, sizeof (struct task_struct)); in foo()
26 DEFINE(IA64_THREAD_INFO_SIZE, sizeof (struct thread_info)); in foo()
27 DEFINE(IA64_PT_REGS_SIZE, sizeof (struct pt_regs)); in foo()
28 DEFINE(IA64_SWITCH_STACK_SIZE, sizeof (struct switch_stack)); in foo()
29 DEFINE(IA64_SIGINFO_SIZE, sizeof (struct siginfo)); in foo()
30 DEFINE(IA64_CPU_SIZE, sizeof (struct cpuinfo_ia64)); in foo()
31 DEFINE(SIGFRAME_SIZE, sizeof (struct sigframe)); in foo()
32 DEFINE(UNW_FRAME_INFO_SIZE, sizeof (struct unw_frame_info)); in foo()
35 DEFINE(IA64_UPID_SHIFT, 4); in foo()
39 DEFINE(TI_FLAG in foo()
[all...]
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dasm-offsets.c25 DEFINE(IA64_TASK_SIZE, sizeof (struct task_struct)); in foo()
26 DEFINE(IA64_THREAD_INFO_SIZE, sizeof (struct thread_info)); in foo()
27 DEFINE(IA64_PT_REGS_SIZE, sizeof (struct pt_regs)); in foo()
28 DEFINE(IA64_SWITCH_STACK_SIZE, sizeof (struct switch_stack)); in foo()
29 DEFINE(IA64_SIGINFO_SIZE, sizeof (struct siginfo)); in foo()
30 DEFINE(IA64_CPU_SIZE, sizeof (struct cpuinfo_ia64)); in foo()
31 DEFINE(SIGFRAME_SIZE, sizeof (struct sigframe)); in foo()
32 DEFINE(UNW_FRAME_INFO_SIZE, sizeof (struct unw_frame_info)); in foo()
35 DEFINE(IA64_UPID_SHIFT, 4); in foo()
39 DEFINE(TI_FLAG in foo()
[all...]
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dasm-offsets.c42 DEFINE(TASK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags)); in main()
44 DEFINE(TASK_TI_CPU, offsetof(struct task_struct, thread_info.cpu)); in main()
46 DEFINE(TASK_STACK, offsetof(struct task_struct, stack)); in main()
47 DEFINE(TASK_PAGEFAULT_DISABLED, offsetof(struct task_struct, pagefault_disabled)); in main()
49 DEFINE(TASK_REGS, offsetof(struct task_struct, thread.regs)); in main()
50 DEFINE(TASK_PT_PSW, offsetof(struct task_struct, thread.regs.gr[ 0])); in main()
51 DEFINE(TASK_PT_GR1, offsetof(struct task_struct, thread.regs.gr[ 1])); in main()
52 DEFINE(TASK_PT_GR2, offsetof(struct task_struct, thread.regs.gr[ 2])); in main()
53 DEFINE(TASK_PT_GR3, offsetof(struct task_struct, thread.regs.gr[ 3])); in main()
54 DEFINE(TASK_PT_GR in main()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H A Dfirmware.c6 #define DEFINE(s)[s] = #s macro
9 DEFINE(MCC),
10 DEFINE(P2P),
11 DEFINE(DOT11AC),
12 DEFINE(SLM_SESSIONIZATION),
13 DEFINE(DOT11AC_OPMODE),
14 DEFINE(SAP32STA),
15 DEFINE(TDLS),
16 DEFINE(P2P_GO_NOA_DECOUPLE_INIT_SCAN),
17 DEFINE(WLANACTIVE_OFFLOA
72 #undef DEFINE global() macro
[all...]
/kernel/linux/linux-6.6/arch/microblaze/kernel/
H A Dasm-offsets.c24 DEFINE(PT_SIZE, sizeof(struct pt_regs)); in main()
25 DEFINE(PT_MSR, offsetof(struct pt_regs, msr)); in main()
26 DEFINE(PT_EAR, offsetof(struct pt_regs, ear)); in main()
27 DEFINE(PT_ESR, offsetof(struct pt_regs, esr)); in main()
28 DEFINE(PT_FSR, offsetof(struct pt_regs, fsr)); in main()
29 DEFINE(PT_PC, offsetof(struct pt_regs, pc)); in main()
30 DEFINE(PT_R0, offsetof(struct pt_regs, r0)); in main()
31 DEFINE(PT_R1, offsetof(struct pt_regs, r1)); in main()
32 DEFINE(PT_R2, offsetof(struct pt_regs, r2)); in main()
33 DEFINE(PT_R in main()
[all...]
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H A Dasm-offsets.c24 DEFINE(PT_SIZE, sizeof(struct pt_regs)); in main()
25 DEFINE(PT_MSR, offsetof(struct pt_regs, msr)); in main()
26 DEFINE(PT_EAR, offsetof(struct pt_regs, ear)); in main()
27 DEFINE(PT_ESR, offsetof(struct pt_regs, esr)); in main()
28 DEFINE(PT_FSR, offsetof(struct pt_regs, fsr)); in main()
29 DEFINE(PT_PC, offsetof(struct pt_regs, pc)); in main()
30 DEFINE(PT_R0, offsetof(struct pt_regs, r0)); in main()
31 DEFINE(PT_R1, offsetof(struct pt_regs, r1)); in main()
32 DEFINE(PT_R2, offsetof(struct pt_regs, r2)); in main()
33 DEFINE(PT_R in main()
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dasm-offsets.c31 DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); in main()
33 DEFINE(TSK_TI_CPU, offsetof(struct task_struct, thread_info.cpu)); in main()
34 DEFINE(TSK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags)); in main()
35 DEFINE(TSK_TI_PREEMPT, offsetof(struct task_struct, thread_info.preempt_count)); in main()
37 DEFINE(TSK_TI_TTBR0, offsetof(struct task_struct, thread_info.ttbr0)); in main()
40 DEFINE(TSK_TI_SCS_BASE, offsetof(struct task_struct, thread_info.scs_base)); in main()
41 DEFINE(TSK_TI_SCS_SP, offsetof(struct task_struct, thread_info.scs_sp)); in main()
43 DEFINE(TSK_STACK, offsetof(struct task_struct, stack)); in main()
45 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
48 DEFINE(THREAD_CPU_CONTEX in main()
[all...]
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dasm-offsets.c39 DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); in main()
41 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
44 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); in main()
45 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); in main()
46 DEFINE(TI_ADDR_LIMIT, offsetof(struct thread_info, addr_limit)); in main()
47 DEFINE(TI_TASK, offsetof(struct thread_info, task)); in main()
48 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in main()
49 DEFINE(TI_CPU_DOMAIN, offsetof(struct thread_info, cpu_domain)); in main()
50 DEFINE(TI_CPU_SAVE, offsetof(struct thread_info, cpu_context)); in main()
51 DEFINE(TI_USED_C in main()
[all...]
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dasm-offsets.c39 DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); in main()
41 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
44 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); in main()
45 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); in main()
46 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in main()
47 DEFINE(TI_CPU_DOMAIN, offsetof(struct thread_info, cpu_domain)); in main()
48 DEFINE(TI_CPU_SAVE, offsetof(struct thread_info, cpu_context)); in main()
49 DEFINE(TI_ABI_SYSCALL, offsetof(struct thread_info, abi_syscall)); in main()
50 DEFINE(TI_TP_VALUE, offsetof(struct thread_info, tp_value)); in main()
51 DEFINE(TI_FPSTAT in main()
[all...]
/kernel/linux/linux-5.10/arch/csky/kernel/
H A Dasm-offsets.c12 DEFINE(TASK_STATE, offsetof(struct task_struct, state)); in main()
13 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack)); in main()
14 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags)); in main()
15 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace)); in main()
16 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread)); in main()
17 DEFINE(TASK_MM, offsetof(struct task_struct, mm)); in main()
18 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); in main()
21 DEFINE(THREAD_KSP, offsetof(struct thread_struct, sp)); in main()
22 DEFINE(THREAD_FESR, offsetof(struct thread_struct, user_fp.fesr)); in main()
23 DEFINE(THREAD_FC in main()
[all...]
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dasm-offsets.c33 DEFINE(PT_PC, offsetof (struct pt_regs, pc)); in main()
34 DEFINE(PT_PS, offsetof (struct pt_regs, ps)); in main()
35 DEFINE(PT_DEPC, offsetof (struct pt_regs, depc)); in main()
36 DEFINE(PT_EXCCAUSE, offsetof (struct pt_regs, exccause)); in main()
37 DEFINE(PT_EXCVADDR, offsetof (struct pt_regs, excvaddr)); in main()
38 DEFINE(PT_DEBUGCAUSE, offsetof (struct pt_regs, debugcause)); in main()
39 DEFINE(PT_WMASK, offsetof (struct pt_regs, wmask)); in main()
40 DEFINE(PT_LBEG, offsetof (struct pt_regs, lbeg)); in main()
41 DEFINE(PT_LEND, offsetof (struct pt_regs, lend)); in main()
42 DEFINE(PT_LCOUN in main()
[all...]
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dasm-offsets.c29 DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); in main()
31 DEFINE(TSK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags)); in main()
32 DEFINE(TSK_TI_PREEMPT, offsetof(struct task_struct, thread_info.preempt_count)); in main()
33 DEFINE(TSK_TI_ADDR_LIMIT, offsetof(struct task_struct, thread_info.addr_limit)); in main()
35 DEFINE(TSK_TI_TTBR0, offsetof(struct task_struct, thread_info.ttbr0)); in main()
38 DEFINE(TSK_TI_SCS_BASE, offsetof(struct task_struct, thread_info.scs_base)); in main()
39 DEFINE(TSK_TI_SCS_SP, offsetof(struct task_struct, thread_info.scs_sp)); in main()
41 DEFINE(TSK_STACK, offsetof(struct task_struct, stack)); in main()
43 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
46 DEFINE(THREAD_CPU_CONTEX in main()
[all...]
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dasm-offsets.c26 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread)); in main()
27 DEFINE(TASK_MM, offsetof(struct task_struct, mm)); in main()
28 DEFINE(TASK_STACK, offsetof(struct task_struct, stack)); in main()
31 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main()
32 DEFINE(THREAD_USP, offsetof(struct thread_struct, usp)); in main()
33 DEFINE(THREAD_SR, offsetof(struct thread_struct, sr)); in main()
34 DEFINE(THREAD_FS, offsetof(struct thread_struct, fs)); in main()
35 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp)); in main()
36 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0)); in main()
37 DEFINE(THREAD_FPRE in main()
[all...]
/kernel/linux/linux-6.6/arch/csky/kernel/
H A Dasm-offsets.c12 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack)); in main()
13 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags)); in main()
14 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace)); in main()
15 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread)); in main()
16 DEFINE(TASK_MM, offsetof(struct task_struct, mm)); in main()
17 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); in main()
20 DEFINE(THREAD_KSP, offsetof(struct thread_struct, sp)); in main()
21 DEFINE(THREAD_FESR, offsetof(struct thread_struct, user_fp.fesr)); in main()
22 DEFINE(THREAD_FCR, offsetof(struct thread_struct, user_fp.fcr)); in main()
23 DEFINE(THREAD_FPRE in main()
[all...]
/kernel/linux/linux-6.6/arch/m68k/kernel/
H A Dasm-offsets.c26 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread)); in main()
27 DEFINE(TASK_MM, offsetof(struct task_struct, mm)); in main()
28 DEFINE(TASK_STACK, offsetof(struct task_struct, stack)); in main()
31 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main()
32 DEFINE(THREAD_USP, offsetof(struct thread_struct, usp)); in main()
33 DEFINE(THREAD_SR, offsetof(struct thread_struct, sr)); in main()
34 DEFINE(THREAD_FC, offsetof(struct thread_struct, fc)); in main()
35 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp)); in main()
36 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0)); in main()
37 DEFINE(THREAD_FPRE in main()
[all...]
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dasm-offsets.c32 DEFINE(PT_PC, offsetof (struct pt_regs, pc)); in main()
33 DEFINE(PT_PS, offsetof (struct pt_regs, ps)); in main()
34 DEFINE(PT_DEPC, offsetof (struct pt_regs, depc)); in main()
35 DEFINE(PT_EXCCAUSE, offsetof (struct pt_regs, exccause)); in main()
36 DEFINE(PT_EXCVADDR, offsetof (struct pt_regs, excvaddr)); in main()
37 DEFINE(PT_DEBUGCAUSE, offsetof (struct pt_regs, debugcause)); in main()
38 DEFINE(PT_WMASK, offsetof (struct pt_regs, wmask)); in main()
39 DEFINE(PT_LBEG, offsetof (struct pt_regs, lbeg)); in main()
40 DEFINE(PT_LEND, offsetof (struct pt_regs, lend)); in main()
41 DEFINE(PT_LCOUN in main()
[all...]
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dasm-offsets.c18 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread)); in main()
19 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack)); in main()
23 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main()
24 DEFINE(THREAD_CALLEE_REG, offsetof(struct thread_struct, callee_reg)); in main()
25 DEFINE(THREAD_FAULT_ADDR, in main()
30 DEFINE(THREAD_INFO_FLAGS, offsetof(struct thread_info, flags)); in main()
31 DEFINE(THREAD_INFO_PREEMPT_COUNT, in main()
36 DEFINE(TASK_ACT_MM, offsetof(struct task_struct, active_mm)); in main()
37 DEFINE(TASK_TGID, offsetof(struct task_struct, tgid)); in main()
38 DEFINE(TASK_PI in main()
[all...]
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dasm-offsets.c18 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread)); in main()
19 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack)); in main()
23 DEFINE(THREAD_CALLEE_REG, offsetof(struct thread_struct, callee_reg)); in main()
24 DEFINE(THREAD_FAULT_ADDR, in main()
29 DEFINE(THREAD_INFO_KSP, offsetof(struct thread_info, ksp)); in main()
30 DEFINE(THREAD_INFO_FLAGS, offsetof(struct thread_info, flags)); in main()
31 DEFINE(THREAD_INFO_PREEMPT_COUNT, in main()
36 DEFINE(TASK_ACT_MM, offsetof(struct task_struct, active_mm)); in main()
37 DEFINE(TASK_TGID, offsetof(struct task_struct, tgid)); in main()
38 DEFINE(TASK_PI in main()
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dasm-offsets.c24 DEFINE(TI_TASK, offsetof(struct thread_info, task)); in main()
25 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); in main()
26 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in main()
27 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count)); in main()
28 DEFINE(TI_SIZE, sizeof(struct thread_info)); in main()
31 DEFINE(PBE_ADDRESS, offsetof(struct pbe, address)); in main()
32 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main()
33 DEFINE(PBE_NEXT, offsetof(struct pbe, next)); in main()
34 DEFINE(SWSUSP_ARCH_REGS_SIZE, sizeof(struct swsusp_arch_regs)); in main()
37 DEFINE(SH_SLEEP_MOD in main()
[all...]
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dasm-offsets.c24 DEFINE(TI_TASK, offsetof(struct thread_info, task)); in main()
25 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); in main()
26 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in main()
27 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count)); in main()
28 DEFINE(TI_SIZE, sizeof(struct thread_info)); in main()
31 DEFINE(PBE_ADDRESS, offsetof(struct pbe, address)); in main()
32 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main()
33 DEFINE(PBE_NEXT, offsetof(struct pbe, next)); in main()
34 DEFINE(SWSUSP_ARCH_REGS_SIZE, sizeof(struct swsusp_arch_regs)); in main()
37 DEFINE(SH_SLEEP_MOD in main()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dti-emif-sram.h66 DEFINE(EMIF_SDCFG_VAL_OFFSET, in ti_emif_asm_offsets()
68 DEFINE(EMIF_TIMING1_VAL_OFFSET, in ti_emif_asm_offsets()
70 DEFINE(EMIF_TIMING2_VAL_OFFSET, in ti_emif_asm_offsets()
72 DEFINE(EMIF_TIMING3_VAL_OFFSET, in ti_emif_asm_offsets()
74 DEFINE(EMIF_REF_CTRL_VAL_OFFSET, in ti_emif_asm_offsets()
76 DEFINE(EMIF_ZQCFG_VAL_OFFSET, in ti_emif_asm_offsets()
78 DEFINE(EMIF_PMCR_VAL_OFFSET, in ti_emif_asm_offsets()
80 DEFINE(EMIF_PMCR_SHDW_VAL_OFFSET, in ti_emif_asm_offsets()
82 DEFINE(EMIF_RD_WR_LEVEL_RAMP_CTRL_OFFSET, in ti_emif_asm_offsets()
84 DEFINE(EMIF_RD_WR_EXEC_THRESH_OFFSE in ti_emif_asm_offsets()
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dti-emif-sram.h58 DEFINE(EMIF_SDCFG_VAL_OFFSET, in ti_emif_asm_offsets()
60 DEFINE(EMIF_TIMING1_VAL_OFFSET, in ti_emif_asm_offsets()
62 DEFINE(EMIF_TIMING2_VAL_OFFSET, in ti_emif_asm_offsets()
64 DEFINE(EMIF_TIMING3_VAL_OFFSET, in ti_emif_asm_offsets()
66 DEFINE(EMIF_REF_CTRL_VAL_OFFSET, in ti_emif_asm_offsets()
68 DEFINE(EMIF_ZQCFG_VAL_OFFSET, in ti_emif_asm_offsets()
70 DEFINE(EMIF_PMCR_VAL_OFFSET, in ti_emif_asm_offsets()
72 DEFINE(EMIF_PMCR_SHDW_VAL_OFFSET, in ti_emif_asm_offsets()
74 DEFINE(EMIF_RD_WR_LEVEL_RAMP_CTRL_OFFSET, in ti_emif_asm_offsets()
76 DEFINE(EMIF_RD_WR_EXEC_THRESH_OFFSE in ti_emif_asm_offsets()
[all...]
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dasm-offsets.c17 DEFINE(TI_TASK, offsetof(struct thread_info, task)); in foo()
18 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); in foo()
19 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in foo()
22 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked)); in foo()
23 DEFINE(TASK_CRED, offsetof(struct task_struct, cred)); in foo()
24 DEFINE(TASK_REAL_PARENT, offsetof(struct task_struct, real_parent)); in foo()
25 DEFINE(TASK_GROUP_LEADER, offsetof(struct task_struct, group_leader)); in foo()
26 DEFINE(TASK_TGID, offsetof(struct task_struct, tgid)); in foo()
29 DEFINE(CRED_UID, offsetof(struct cred, uid)); in foo()
30 DEFINE(CRED_EUI in foo()
[all...]
/kernel/linux/linux-5.10/arch/x86/um/
H A Duser-offsets.c12 #define DEFINE(sym, val) \ macro
24 DEFINE(HOST_IP, EIP); in foo()
25 DEFINE(HOST_SP, UESP); in foo()
26 DEFINE(HOST_EFLAGS, EFL); in foo()
27 DEFINE(HOST_AX, EAX); in foo()
28 DEFINE(HOST_BX, EBX); in foo()
29 DEFINE(HOST_CX, ECX); in foo()
30 DEFINE(HOST_DX, EDX); in foo()
31 DEFINE(HOST_SI, ESI); in foo()
32 DEFINE(HOST_D in foo()
[all...]

Completed in 4 milliseconds

123