Home
last modified time | relevance | path

Searched full:ia32 (Results 1 – 25 of 126) sorted by relevance

123456

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dsyscall_wrapper.h130 __SYS_STUB0(ia32, sys_##name)
133 __SYS_STUBx(ia32, sys##name, \
137 __COND_SYSCALL(ia32, sys_##name)
140 __SYS_NI(ia32, sys_##name)
150 * For IA32 emulation, we need to handle "compat" syscalls *and* create
152 * ia32 regs in the proper order for shared or "common" syscalls. As some
158 __SYS_STUB0(ia32, compat_sys_##name)
161 __SYS_STUBx(ia32, compat_sys##name, \
165 __COND_SYSCALL(ia32, compat_sys_##name)
168 __SYS_NI(ia32, compat_sys_##name)
Dftrace.h84 * Because ia32 syscalls do not map to x86_64 syscall numbers
85 * this screws up the trace output when tracing a ia32 task.
Dcompat.h65 * IA32 uses 4 byte alignment for 64 bit quantities,
165 /* Full regset -- prstatus on x32, otherwise on ia32 */
Dia32_unistd.h6 * This file contains the system call numbers of the ia32 compat ABI,
Dia32.h11 * 32 bit structures for IA32 support.
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dsyscall_wrapper.h125 __SYS_STUB0(ia32, sys_##name)
128 __SYS_STUBx(ia32, sys##name, \
132 __COND_SYSCALL(ia32, sys_##name)
142 * For IA32 emulation, we need to handle "compat" syscalls *and* create
144 * ia32 regs in the proper order for shared or "common" syscalls. As some
149 __SYS_STUB0(ia32, compat_sys_##name)
152 __SYS_STUBx(ia32, compat_sys##name, \
156 __COND_SYSCALL(ia32, compat_sys_##name)
Dseccomp.h26 # define SECCOMP_ARCH_COMPAT_NAME "ia32"
36 # define SECCOMP_ARCH_NATIVE_NAME "ia32"
Dentry-common.h79 * arch/x86/Makefile), which will remove the 3 (x86_64) or 2 (ia32) in arch_exit_to_user_mode_prepare()
83 * 8 (ia32) bits. in arch_exit_to_user_mode_prepare()
Dftrace.h137 * Because ia32 syscalls do not map to x86_64 syscall numbers
138 * this screws up the trace output when tracing a ia32 task.
Dia32_unistd.h6 * This file contains the system call numbers of the ia32 compat ABI,
Dia32.h11 * 32 bit structures for IA32 support.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/interrupt-controller/
Dintel,ce4100-ioapic.yaml28 [1] https://pdos.csail.mit.edu/6.828/2008/readings/ia32/IA32-3A.pdf
Dintel,ce4100-lapic.yaml28 [1] https://pdos.csail.mit.edu/6.828/2008/readings/ia32/IA32-3A.pdf
/kernel/linux/linux-6.6/arch/x86/ia32/
DMakefile3 # Makefile for the ia32 kernel emulation subsystem.
/kernel/linux/linux-5.10/arch/x86/mm/
Dpf_in.c18 /* IA32 Manual 3, 2-1 */
23 /* IA32 Manual 3, 3-432*/
29 /* IA32 Manual 3, 3-432*/
474 /* if r/m is 5 we have a 32 disp (IA32 Manual 3, Table 2-2) */ in get_ins_imm_val()
/kernel/linux/linux-6.6/arch/x86/mm/
Dpf_in.c18 /* IA32 Manual 3, 2-1 */
23 /* IA32 Manual 3, 3-432*/
29 /* IA32 Manual 3, 3-432*/
474 /* if r/m is 5 we have a 32 disp (IA32 Manual 3, Table 2-2) */ in get_ins_imm_val()
/kernel/linux/linux-5.10/arch/x86/ia32/
DMakefile3 # Makefile for the ia32 kernel emulation subsystem.
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dparport.h4 * parport.h: ia32-compatible parport initialisation
/kernel/linux/linux-6.6/arch/parisc/include/asm/
Dparport.h4 * parport.h: ia32-compatible parport initialisation
/kernel/linux/linux-6.6/Documentation/firmware-guide/acpi/apei/
Doutput_format.rst50 <proc type string>* := IA32/X64 | IA64
52 <proc isa string>* := IA32 | IA64 | X64
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/apei/
Doutput_format.rst50 <proc type string>* := IA32/X64 | IA64
52 <proc isa string>* := IA32 | IA64 | X64
/kernel/linux/linux-5.10/arch/x86/
DKbuild22 obj-$(CONFIG_IA32_EMULATION) += ia32/
/kernel/linux/linux-6.6/arch/x86/
DKbuild24 obj-$(CONFIG_IA32_EMULATION) += ia32/
/kernel/linux/linux-6.6/arch/x86/kernel/
Dasm-offsets_64.c6 #include <asm/ia32.h>
/kernel/linux/linux-6.6/include/linux/
Dfalloc.h35 /* on ia32 l_start is on a 32-bit boundary */

123456