Home
last modified time | relevance | path

Searched refs:DEFINE (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v5.4/arch/ia64/kernel/
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_FLAGS, offsetof(struct thread_info, flags)); in foo()
[all …]
/Linux-v5.4/arch/parisc/kernel/
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_PSW, offsetof(struct task_struct, thread.regs.gr[ 0])); in main()
[all …]
/Linux-v5.4/arch/microblaze/kernel/
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_R3, offsetof(struct pt_regs, r3)); in main()
[all …]
/Linux-v5.4/arch/xtensa/kernel/
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_LCOUNT, offsetof (struct pt_regs, lcount)); in main()
[all …]
/Linux-v5.4/arch/arm/kernel/
Dasm-offsets.c49 DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); in main()
51 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
54 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); in main()
55 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); in main()
56 DEFINE(TI_ADDR_LIMIT, offsetof(struct thread_info, addr_limit)); in main()
57 DEFINE(TI_TASK, offsetof(struct thread_info, task)); in main()
58 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in main()
59 DEFINE(TI_CPU_DOMAIN, offsetof(struct thread_info, cpu_domain)); in main()
60 DEFINE(TI_CPU_SAVE, offsetof(struct thread_info, cpu_context)); in main()
61 DEFINE(TI_USED_CP, offsetof(struct thread_info, used_cp)); in main()
[all …]
/Linux-v5.4/arch/arm64/kernel/
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()
37 DEFINE(TSK_STACK, offsetof(struct task_struct, stack)); in main()
39 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main()
42 DEFINE(THREAD_CPU_CONTEXT, offsetof(struct task_struct, thread.cpu_context)); in main()
44 DEFINE(S_X0, offsetof(struct pt_regs, regs[0])); in main()
45 DEFINE(S_X2, offsetof(struct pt_regs, regs[2])); in main()
[all …]
/Linux-v5.4/arch/m68k/kernel/
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_FPREG, offsetof(struct thread_struct, fp)); in main()
[all …]
/Linux-v5.4/arch/unicore32/kernel/
Dasm-offsets.c36 DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); in main()
38 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); in main()
39 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); in main()
40 DEFINE(TI_ADDR_LIMIT, offsetof(struct thread_info, addr_limit)); in main()
41 DEFINE(TI_TASK, offsetof(struct thread_info, task)); in main()
42 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in main()
43 DEFINE(TI_CPU_SAVE, offsetof(struct thread_info, cpu_context)); in main()
44 DEFINE(TI_USED_CP, offsetof(struct thread_info, used_cp)); in main()
46 DEFINE(TI_FPSTATE, offsetof(struct thread_info, fpstate)); in main()
49 DEFINE(S_R0, offsetof(struct pt_regs, UCreg_00)); in main()
[all …]
/Linux-v5.4/arch/csky/kernel/
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, ksp)); in main()
22 DEFINE(THREAD_SR, offsetof(struct thread_struct, sr)); in main()
23 DEFINE(THREAD_FESR, offsetof(struct thread_struct, user_fp.fesr)); in main()
[all …]
/Linux-v5.4/arch/arc/kernel/
Dasm-offsets.c17 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread)); in main()
18 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack)); in main()
22 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); 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_FLAGS, offsetof(struct thread_info, flags)); in main()
30 DEFINE(THREAD_INFO_PREEMPT_COUNT, in main()
35 DEFINE(TASK_ACT_MM, offsetof(struct task_struct, active_mm)); in main()
36 DEFINE(TASK_TGID, offsetof(struct task_struct, tgid)); in main()
37 DEFINE(TASK_PID, offsetof(struct task_struct, pid)); in main()
[all …]
/Linux-v5.4/arch/sh/kernel/
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_MODE, offsetof(struct sh_sleep_data, mode)); in main()
[all …]
/Linux-v5.4/include/linux/
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_OFFSET, in ti_emif_asm_offsets()
[all …]
/Linux-v5.4/arch/um/include/shared/
Dcommon-offsets.h4 DEFINE(KERNEL_MADV_REMOVE, MADV_REMOVE);
6 DEFINE(UM_KERN_PAGE_SIZE, PAGE_SIZE);
7 DEFINE(UM_KERN_PAGE_MASK, PAGE_MASK);
8 DEFINE(UM_KERN_PAGE_SHIFT, PAGE_SHIFT);
9 DEFINE(UM_NSEC_PER_SEC, NSEC_PER_SEC);
11 DEFINE(UM_ELF_CLASS, ELF_CLASS);
12 DEFINE(UM_ELFCLASS32, ELFCLASS32);
13 DEFINE(UM_ELFCLASS64, ELFCLASS64);
15 DEFINE(UM_NR_CPUS, NR_CPUS);
17 DEFINE(UM_GFP_KERNEL, GFP_KERNEL);
[all …]
/Linux-v5.4/arch/x86/um/
Duser-offsets.c24 #define DEFINE(sym, val) \ macro
36 DEFINE(HOST_IP, EIP); in foo()
37 DEFINE(HOST_SP, UESP); in foo()
38 DEFINE(HOST_EFLAGS, EFL); in foo()
39 DEFINE(HOST_AX, EAX); in foo()
40 DEFINE(HOST_BX, EBX); in foo()
41 DEFINE(HOST_CX, ECX); in foo()
42 DEFINE(HOST_DX, EDX); in foo()
43 DEFINE(HOST_SI, ESI); in foo()
44 DEFINE(HOST_DI, EDI); in foo()
[all …]
/Linux-v5.4/arch/alpha/kernel/
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_EUID, offsetof(struct cred, euid)); in foo()
[all …]
/Linux-v5.4/arch/openrisc/kernel/
Dasm-offsets.c41 DEFINE(TASK_STATE, offsetof(struct task_struct, state)); in main()
42 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags)); in main()
43 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace)); in main()
44 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread)); in main()
45 DEFINE(TASK_MM, offsetof(struct task_struct, mm)); in main()
46 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); in main()
49 DEFINE(TI_TASK, offsetof(struct thread_info, task)); in main()
50 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); in main()
51 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); in main()
52 DEFINE(TI_KSP, offsetof(struct thread_info, ksp)); in main()
[all …]
/Linux-v5.4/arch/nds32/kernel/
Dasm-offsets.c12 DEFINE(TSK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags)); in main()
13 DEFINE(TSK_TI_PREEMPT, in main()
15 DEFINE(THREAD_CPU_CONTEXT, in main()
17 DEFINE(OSP_OFFSET, offsetof(struct pt_regs, osp)); in main()
18 DEFINE(SP_OFFSET, offsetof(struct pt_regs, sp)); in main()
19 DEFINE(FUCOP_CTL_OFFSET, offsetof(struct pt_regs, fucop_ctl)); in main()
20 DEFINE(IPSW_OFFSET, offsetof(struct pt_regs, ipsw)); in main()
21 DEFINE(SYSCALLNO_OFFSET, offsetof(struct pt_regs, syscallno)); in main()
22 DEFINE(IPC_OFFSET, offsetof(struct pt_regs, ipc)); in main()
23 DEFINE(R0_OFFSET, offsetof(struct pt_regs, uregs[0])); in main()
[all …]
/Linux-v5.4/arch/mips/kernel/
Dasm-offsets.c74 DEFINE(PT_SIZE, sizeof(struct pt_regs)); in output_ptreg_defines()
89 DEFINE(TASK_STRUCT_SIZE, sizeof(struct task_struct)); in output_task_defines()
103 DEFINE(_THREAD_SIZE, THREAD_SIZE); in output_thread_info_defines()
104 DEFINE(_THREAD_MASK, THREAD_MASK); in output_thread_info_defines()
105 DEFINE(_IRQ_STACK_SIZE, IRQ_STACK_SIZE); in output_thread_info_defines()
106 DEFINE(_IRQ_STACK_START, IRQ_STACK_START); in output_thread_info_defines()
184 DEFINE(STRUCT_PAGE_SIZE, sizeof(struct page)); in output_mm_defines()
191 DEFINE(_PGD_T_SIZE, sizeof(pgd_t)); in output_mm_defines()
192 DEFINE(_PMD_T_SIZE, sizeof(pmd_t)); in output_mm_defines()
193 DEFINE(_PTE_T_SIZE, sizeof(pte_t)); in output_mm_defines()
[all …]
/Linux-v5.4/arch/h8300/kernel/
Dasm-offsets.c34 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, in main()
43 DEFINE(LER0, offsetof(struct pt_regs, er0) - sizeof(long)); in main()
44 DEFINE(LER1, offsetof(struct pt_regs, er1) - sizeof(long)); in main()
45 DEFINE(LER2, offsetof(struct pt_regs, er2) - sizeof(long)); in main()
46 DEFINE(LER3, offsetof(struct pt_regs, er3) - sizeof(long)); in main()
47 DEFINE(LER4, offsetof(struct pt_regs, er4) - sizeof(long)); in main()
48 DEFINE(LER5, offsetof(struct pt_regs, er5) - sizeof(long)); in main()
49 DEFINE(LER6, offsetof(struct pt_regs, er6) - sizeof(long)); in main()
50 DEFINE(LORIG, offsetof(struct pt_regs, orig_er0) - sizeof(long)); in main()
51 DEFINE(LSP, offsetof(struct pt_regs, sp) - sizeof(long)); in main()
[all …]
/Linux-v5.4/arch/riscv/kernel/
Dasm-offsets.c73 DEFINE(PT_SIZE, sizeof(struct pt_regs)); in asm_offsets()
117 DEFINE(TASK_THREAD_RA_RA, in asm_offsets()
121 DEFINE(TASK_THREAD_SP_RA, in asm_offsets()
125 DEFINE(TASK_THREAD_S0_RA, in asm_offsets()
129 DEFINE(TASK_THREAD_S1_RA, in asm_offsets()
133 DEFINE(TASK_THREAD_S2_RA, in asm_offsets()
137 DEFINE(TASK_THREAD_S3_RA, in asm_offsets()
141 DEFINE(TASK_THREAD_S4_RA, in asm_offsets()
145 DEFINE(TASK_THREAD_S5_RA, in asm_offsets()
149 DEFINE(TASK_THREAD_S6_RA, in asm_offsets()
[all …]
/Linux-v5.4/arch/powerpc/lib/
Dxor_vmx.c24 #define DEFINE(V) \ macro
55 DEFINE(v1); in __xor_altivec_2()
56 DEFINE(v2); in __xor_altivec_2()
73 DEFINE(v1); in __xor_altivec_3()
74 DEFINE(v2); in __xor_altivec_3()
75 DEFINE(v3); in __xor_altivec_3()
96 DEFINE(v1); in __xor_altivec_4()
97 DEFINE(v2); in __xor_altivec_4()
98 DEFINE(v3); in __xor_altivec_4()
99 DEFINE(v4); in __xor_altivec_4()
[all …]
/Linux-v5.4/arch/arm/mach-omap2/
Dpm-asm-offsets.c16 DEFINE(AMX3_PM_WFI_FLAGS_OFFSET, in main()
18 DEFINE(AMX3_PM_L2_AUX_CTRL_VAL_OFFSET, in main()
20 DEFINE(AMX3_PM_L2_PREFETCH_CTRL_VAL_OFFSET, in main()
22 DEFINE(AMX3_PM_SRAM_DATA_SIZE, sizeof(struct am33xx_pm_sram_data)); in main()
26 DEFINE(AMX3_PM_RO_SRAM_DATA_VIRT_OFFSET, in main()
28 DEFINE(AMX3_PM_RO_SRAM_DATA_PHYS_OFFSET, in main()
30 DEFINE(AMX3_PM_RTC_BASE_VIRT_OFFSET, in main()
32 DEFINE(AMX3_PM_RO_SRAM_DATA_SIZE, in main()
/Linux-v5.4/arch/arm/mach-at91/
Dpm_data-offsets.c8 DEFINE(PM_DATA_PMC, offsetof(struct at91_pm_data, pmc)); in main()
9 DEFINE(PM_DATA_RAMC0, offsetof(struct at91_pm_data, ramc[0])); in main()
10 DEFINE(PM_DATA_RAMC1, offsetof(struct at91_pm_data, ramc[1])); in main()
11 DEFINE(PM_DATA_MEMCTRL, offsetof(struct at91_pm_data, memctrl)); in main()
12 DEFINE(PM_DATA_MODE, offsetof(struct at91_pm_data, mode)); in main()
13 DEFINE(PM_DATA_SHDWC, offsetof(struct at91_pm_data, shdwc)); in main()
14 DEFINE(PM_DATA_SFRBU, offsetof(struct at91_pm_data, sfrbu)); in main()
/Linux-v5.4/arch/powerpc/kernel/
Dasm-offsets.c74 DEFINE(sym, STACK_FRAME_OVERHEAD + offsetof(struct pt_regs, val))
88 DEFINE(SIGSEGV, SIGSEGV); in main()
89 DEFINE(NMI_MASK, NMI_MASK); in main()
163 DEFINE(TM_FRAME_SIZE, STACK_FRAME_OVERHEAD + in main()
179 DEFINE(PACA_SIZE, sizeof(struct paca_struct)); in main()
184 DEFINE(PACA_THREAD_INFO, offsetof(struct paca_struct, __current) + in main()
200 DEFINE(MMUPSIZEDEFSIZE, sizeof(struct mmu_psize_def)); in main()
287 DEFINE(INT_FRAME_SIZE, STACK_INT_FRAME_SIZE); in main()
288 DEFINE(SWITCH_FRAME_SIZE, STACK_FRAME_OVERHEAD + sizeof(struct pt_regs)); in main()
341 DEFINE(EXC_LVL_SIZE, STACK_EXC_LVL_FRAME_SIZE); in main()
[all …]
/Linux-v5.4/arch/x86/kernel/
Dasm-offsets_64.c85 DEFINE(DB_STACK_OFFSET, offsetof(struct cea_exception_stacks, DB_stack) - in main()
90 DEFINE(stack_canary_offset, offsetof(struct fixed_percpu_data, stack_canary)); in main()
94 DEFINE(__NR_syscall_max, sizeof(syscalls_64) - 1); in main()
95 DEFINE(NR_syscalls, sizeof(syscalls_64)); in main()
98 DEFINE(__NR_syscall_x32_max, sizeof(syscalls_x32) - 1); in main()
99 DEFINE(X32_NR_syscalls, sizeof(syscalls_x32)); in main()
102 DEFINE(__NR_syscall_compat_max, sizeof(syscalls_ia32) - 1); in main()
103 DEFINE(IA32_NR_syscalls, sizeof(syscalls_ia32)); in main()

12