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