Lines Matching +full:0 +full:x32
44 vdso_img-$(VDSOX32-y) += x32
109 # X32 processes use x32 vDSO to access 64bit kernel data.
111 # Build x32 vDSO image:
112 # 1. Compile x32 vDSO as 64bit.
113 # 2. Convert object files to x32.
114 # 3. Build x32 VDSO image with x32 objects, which contains 64bit codes
122 # x32-rebranded versions
123 vobjx32s-y := $(vobjs-y:.o=-x32.o)
128 # Convert 64bit object file to x32 for x32 vDSO.
129 quiet_cmd_x32 = X32 $@
132 $(obj)/%-x32.o: $(obj)/%.o FORCE
133 $(call if_changed,x32)
160 KBUILD_CFLAGS_32 += -m32 -msoft-float -mregparm=0 -fpic