Home
last modified time | relevance | path

Searched refs:uapi (Results 1 – 19 of 19) sorted by relevance

/arch/s390/kernel/syscalls/
DMakefile5 uapi := $(gen)/uapi/asm macro
12 uapi-hdrs-y := $(uapi)/unistd_32.h
13 uapi-hdrs-y += $(uapi)/unistd_64.h
15 targets += $(addprefix ../../../,$(gen-y) $(kapi-hdrs-y) $(uapi-hdrs-y))
17 PHONY += kapi uapi
20 uapi: $(uapi-hdrs-y) target
34 $(uapi)/unistd_32.h: $(syscall) FORCE
38 $(uapi)/unistd_64.h: $(syscall) FORCE
/arch/arm/tools/
DMakefile10 uapi := $(gen)/uapi/asm macro
20 uapi-hdrs-y := $(uapi)/unistd-common.h
21 uapi-hdrs-y += $(uapi)/unistd-oabi.h
22 uapi-hdrs-y += $(uapi)/unistd-eabi.h
24 targets += $(addprefix ../../../,$(gen-y) $(kapi-hdrs-y) $(uapi-hdrs-y))
26 PHONY += kapi uapi
30 uapi: $(uapi-hdrs-y) target
58 $(uapi)/unistd-common.h: $(syscall) $(syshdr) FORCE
62 $(uapi)/unistd-oabi.h: $(syscall) $(syshdr) FORCE
66 $(uapi)/unistd-eabi.h: $(syscall) $(syshdr) FORCE
Dsyscallhdr.sh13 if echo $out | grep -q uapi; then
/arch/mips/kernel/syscalls/
DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
34 $(uapi)/unistd_n32.h: $(syscalln32) $(syshdr)
38 $(uapi)/unistd_n64.h: $(syscalln64) $(syshdr)
42 $(uapi)/unistd_o32.h: $(syscallo32) $(syshdr)
47 $(uapi)/unistd_nr_n32.h: $(syscalln32) $(sysnr)
52 $(uapi)/unistd_nr_n64.h: $(syscalln64) $(sysnr)
57 $(uapi)/unistd_nr_o32.h: $(syscallo32) $(sysnr)
94 all: $(addprefix $(uapi)/,$(uapisyshdr-y))
/arch/sparc/kernel/syscalls/
DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
25 $(uapi)/unistd_32.h: $(syscall) $(syshdr)
29 $(uapi)/unistd_64.h: $(syscall) $(syshdr)
53 all: $(addprefix $(uapi)/,$(uapisyshdr-y))
/arch/parisc/kernel/syscalls/
DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
25 $(uapi)/unistd_32.h: $(syscall) $(syshdr)
29 $(uapi)/unistd_64.h: $(syscall) $(syshdr)
53 all: $(addprefix $(uapi)/,$(uapisyshdr-y))
/arch/xtensa/kernel/syscalls/
DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
24 $(uapi)/unistd_32.h: $(syscall) $(syshdr)
36 all: $(addprefix $(uapi)/,$(uapisyshdr-y))
/arch/ia64/kernel/syscalls/
DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
25 $(uapi)/unistd_64.h: $(syscall) $(syshdr)
38 all: $(addprefix $(uapi)/,$(uapisyshdr-y))
/arch/alpha/kernel/syscalls/
DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
24 $(uapi)/unistd_32.h: $(syscall) $(syshdr)
36 all: $(addprefix $(uapi)/,$(uapisyshdr-y))
/arch/sh/kernel/syscalls/
DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
24 $(uapi)/unistd_32.h: $(syscall) $(syshdr)
36 all: $(addprefix $(uapi)/,$(uapisyshdr-y))
/arch/m68k/kernel/syscalls/
DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
24 $(uapi)/unistd_32.h: $(syscall) $(syshdr)
36 all: $(addprefix $(uapi)/,$(uapisyshdr-y))
/arch/microblaze/kernel/syscalls/
DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
24 $(uapi)/unistd_32.h: $(syscall) $(syshdr)
36 all: $(addprefix $(uapi)/,$(uapisyshdr-y))
/arch/x86/entry/syscalls/
DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
27 $(uapi)/unistd_32.h: $(syscall32) $(syshdr)
37 $(uapi)/unistd_x32.h: $(syscall64) $(syshdr)
41 $(uapi)/unistd_64.h: $(syscall64) $(syshdr)
68 all: $(addprefix $(uapi)/,$(uapisyshdr-y))
/arch/powerpc/kernel/syscalls/
DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
25 $(uapi)/unistd_32.h: $(syscall) $(syshdr)
29 $(uapi)/unistd_64.h: $(syscall) $(syshdr)
61 all: $(addprefix $(uapi)/,$(uapisyshdr-y))
/arch/x86/tools/
DMakefile32 …/ -I$(srctree)/arch/x86/include/uapi/ -I$(srctree)/arch/x86/include/ -I$(srctree)/arch/x86/lib/ -I…
/arch/um/
DMakefile82 -I$(srctree)/$(HOST_DIR)/include/uapi \
84 -I$(objtree)/$(HOST_DIR)/include/generated/uapi
/arch/x86/entry/vdso/
DMakefile60 …S += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/$(SUBARCH)/include/uapi
/arch/s390/
DMakefile177 $(Q)$(MAKE) $(build)=$(syscalls) uapi
/arch/arm/
DMakefile325 $(Q)$(MAKE) $(build)=arch/arm/tools uapi