Searched full:ia32 (Results 1 – 25 of 126) sorted by relevance
123456
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | syscall_wrapper.h | 130 __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)
|
| D | ftrace.h | 84 * Because ia32 syscalls do not map to x86_64 syscall numbers 85 * this screws up the trace output when tracing a ia32 task.
|
| D | compat.h | 65 * IA32 uses 4 byte alignment for 64 bit quantities, 165 /* Full regset -- prstatus on x32, otherwise on ia32 */
|
| D | ia32_unistd.h | 6 * This file contains the system call numbers of the ia32 compat ABI,
|
| D | ia32.h | 11 * 32 bit structures for IA32 support.
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | syscall_wrapper.h | 125 __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)
|
| D | seccomp.h | 26 # define SECCOMP_ARCH_COMPAT_NAME "ia32" 36 # define SECCOMP_ARCH_NATIVE_NAME "ia32"
|
| D | entry-common.h | 79 * 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()
|
| D | ftrace.h | 137 * Because ia32 syscalls do not map to x86_64 syscall numbers 138 * this screws up the trace output when tracing a ia32 task.
|
| D | ia32_unistd.h | 6 * This file contains the system call numbers of the ia32 compat ABI,
|
| D | ia32.h | 11 * 32 bit structures for IA32 support.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/interrupt-controller/ |
| D | intel,ce4100-ioapic.yaml | 28 [1] https://pdos.csail.mit.edu/6.828/2008/readings/ia32/IA32-3A.pdf
|
| D | intel,ce4100-lapic.yaml | 28 [1] https://pdos.csail.mit.edu/6.828/2008/readings/ia32/IA32-3A.pdf
|
| /kernel/linux/linux-6.6/arch/x86/ia32/ |
| D | Makefile | 3 # Makefile for the ia32 kernel emulation subsystem.
|
| /kernel/linux/linux-5.10/arch/x86/mm/ |
| D | pf_in.c | 18 /* 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/ |
| D | pf_in.c | 18 /* 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/ |
| D | Makefile | 3 # Makefile for the ia32 kernel emulation subsystem.
|
| /kernel/linux/linux-5.10/arch/parisc/include/asm/ |
| D | parport.h | 4 * parport.h: ia32-compatible parport initialisation
|
| /kernel/linux/linux-6.6/arch/parisc/include/asm/ |
| D | parport.h | 4 * parport.h: ia32-compatible parport initialisation
|
| /kernel/linux/linux-6.6/Documentation/firmware-guide/acpi/apei/ |
| D | output_format.rst | 50 <proc type string>* := IA32/X64 | IA64 52 <proc isa string>* := IA32 | IA64 | X64
|
| /kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/apei/ |
| D | output_format.rst | 50 <proc type string>* := IA32/X64 | IA64 52 <proc isa string>* := IA32 | IA64 | X64
|
| /kernel/linux/linux-5.10/arch/x86/ |
| D | Kbuild | 22 obj-$(CONFIG_IA32_EMULATION) += ia32/
|
| /kernel/linux/linux-6.6/arch/x86/ |
| D | Kbuild | 24 obj-$(CONFIG_IA32_EMULATION) += ia32/
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| D | asm-offsets_64.c | 6 #include <asm/ia32.h>
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | falloc.h | 35 /* on ia32 l_start is on a 32-bit boundary */
|
123456