Searched refs:x32 (Results 1 – 18 of 18) sorted by relevance
/arch/x86/syscalls/ |
D | syscall_64.tbl | 7 # The abi is "common", "64" or "x32" for this file. 333 # x32-specific system call numbers start at 512 to avoid cache impact 336 512 x32 rt_sigaction compat_sys_rt_sigaction 337 513 x32 rt_sigreturn stub_x32_rt_sigreturn 338 514 x32 ioctl compat_sys_ioctl 339 515 x32 readv compat_sys_readv 340 516 x32 writev compat_sys_writev 341 517 x32 recvfrom compat_sys_recvfrom 342 518 x32 sendmsg compat_sys_sendmsg 343 519 x32 recvmsg compat_sys_recvmsg [all …]
|
D | Makefile | 31 syshdr_abi_unistd_x32 := common,x32 40 syshdr_abi_unistd_64_x32 := x32
|
/arch/mn10300/kernel/ |
D | kprobes.c | 132 s32 x32; in find_nextpc() local 167 READ_WORD32(pc + 1, &x32); in find_nextpc() 168 next = pc + x32; in find_nextpc() 182 READ_WORD32(sp, &x32); in find_nextpc() 183 next = (u8 *)x32; in find_nextpc() 211 READ_WORD32(sp, &x32); in find_nextpc() 212 next = (u8 *)x32; in find_nextpc() 217 READ_WORD32(sp + 4, &x32); in find_nextpc() 218 next = (u8 *)x32; in find_nextpc() 249 x32 = 6; in find_nextpc() [all …]
|
/arch/x86/vdso/ |
D | Makefile | 20 vdso_img-$(VDSOX32-y) += x32 100 vobjs64-for-x32 := $(filter-out $(vobjs-nox32),$(vobjs-y)) 103 vobjx32s-y := $(vobjs64-for-x32:.o=-x32.o) 112 $(obj)/%-x32.o: $(obj)/%.o FORCE 113 $(call if_changed,x32)
|
/arch/powerpc/kernel/ |
D | align.c | 790 } x32; in fix_alignment() member 982 start = offsetof(union data, x32.low32); in fix_alignment() 1004 cvt_df(&data.dd, (float *)&data.x32.low32); in fix_alignment() 1019 data.x32.low32 = swab32(data.x32.low32); in fix_alignment() 1036 data.ll = data.x32.low32; in fix_alignment() 1044 cvt_fd((float *)&data.x32.low32, &data.dd); in fix_alignment() 1058 start = offsetof(union data, x32.low32); in fix_alignment()
|
/arch/x86/kernel/ |
D | process_64.c | 462 void set_personality_ia32(bool x32) in set_personality_ia32() argument 470 if (x32) { in set_personality_ia32()
|
/arch/powerpc/boot/dts/ |
D | kuroboxHG.dts | 80 reg = <0x32>;
|
D | kuroboxHD.dts | 80 reg = <0x32>;
|
D | socrates.dts | 106 reg = <0x32>;
|
/arch/arm/boot/dts/ |
D | orion5x-lacie-ethernet-disk-mini-v2.dts | 126 reg = <0x32>;
|
D | kirkwood-netgear_readynas_duo_v2.dts | 102 reg = <0x32>;
|
D | kirkwood-netgear_readynas_nv+_v2.dts | 109 reg = <0x32>;
|
D | orion5x-lacie-d2-network.dts | 153 reg = <0x32>;
|
D | lpc32xx.dtsi | 183 interrupts = <0x32 0>;
|
D | omap4-panda-common.dtsi | 337 0x32 (PIN_OUTPUT_PULLUP | MUX_MODE3) /* gpmc_a25.gpio_49 */
|
D | kirkwood-synology.dtsi | 264 reg = <0x32>;
|
D | omap3-n900.dts | 474 reg = <0x32>;
|
/arch/x86/ |
D | Kconfig | 2466 bool "x32 ABI for 64-bit mode" 2469 Include code to run binaries for the x32 native 32-bit ABI 2470 for 64-bit processors. An x32 process gets access to the
|