Home
last modified time | relevance | path

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

/arch/s390/kernel/syscalls/
A 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
24 $(shell mkdir -p $(uapi) $(kapi))
36 $(uapi)/unistd_32.h: $(syscall) $(systbl) FORCE
40 $(uapi)/unistd_64.h: $(syscall) $(systbl) FORCE
/arch/arm/tools/
A DMakefile10 uapi := $(gen)/uapi/asm macro
20 uapi-hdrs-y += $(uapi)/unistd-oabi.h
21 uapi-hdrs-y += $(uapi)/unistd-eabi.h
23 targets += $(addprefix ../../../,$(gen-y) $(kapi-hdrs-y) $(uapi-hdrs-y))
25 PHONY += kapi uapi
29 uapi: $(uapi-hdrs-y) target
32 $(shell mkdir -p $(kapi) $(uapi))
50 $(uapi)/unistd-%.h: $(syscall) $(syshdr) FORCE
/arch/powerpc/kernel/syscalls/
A DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
5 $(shell mkdir -p $(uapi) $(kapi))
17 $(uapi)/unistd_32.h: abis := common,nospu,32
18 $(uapi)/unistd_32.h: $(syscall) $(syshdr) FORCE
21 $(uapi)/unistd_64.h: abis := common,nospu,64
22 $(uapi)/unistd_64.h: $(syscall) $(syshdr) FORCE
42 uapisyshdr-y := $(addprefix $(uapi)/, $(uapisyshdr-y))
/arch/x86/entry/syscalls/
A DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
6 $(shell mkdir -p $(out) $(uapi))
27 $(uapi)/unistd_32.h: abis := i386
28 $(uapi)/unistd_32.h: $(syscall32) $(syshdr) FORCE
36 $(uapi)/unistd_x32.h: abis := common,x32
37 $(uapi)/unistd_x32.h: offset := __X32_SYSCALL_BIT
38 $(uapi)/unistd_x32.h: $(syscall64) $(syshdr) FORCE
41 $(uapi)/unistd_64.h: abis := common,64
42 $(uapi)/unistd_64.h: $(syscall64) $(syshdr) FORCE
72 uapisyshdr-y := $(addprefix $(uapi)/, $(uapisyshdr-y))
/arch/m68k/kernel/syscalls/
A DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
5 $(shell mkdir -p $(uapi) $(kapi))
17 $(uapi)/unistd_32.h: $(syscall) $(syshdr) FORCE
26 uapisyshdr-y := $(addprefix $(uapi)/, $(uapisyshdr-y))
/arch/microblaze/kernel/syscalls/
A DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
5 $(shell mkdir -p $(uapi) $(kapi))
17 $(uapi)/unistd_32.h: $(syscall) $(syshdr) FORCE
26 uapisyshdr-y := $(addprefix $(uapi)/, $(uapisyshdr-y))
/arch/alpha/kernel/syscalls/
A DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
5 $(shell mkdir -p $(uapi) $(kapi))
17 $(uapi)/unistd_32.h: $(syscall) $(syshdr) FORCE
26 uapisyshdr-y := $(addprefix $(uapi)/, $(uapisyshdr-y))
/arch/sh/kernel/syscalls/
A DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
5 $(shell mkdir -p $(uapi) $(kapi))
17 $(uapi)/unistd_32.h: $(syscall) $(syshdr) FORCE
26 uapisyshdr-y := $(addprefix $(uapi)/, $(uapisyshdr-y))
/arch/xtensa/kernel/syscalls/
A DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
5 $(shell mkdir -p $(uapi) $(kapi))
17 $(uapi)/unistd_32.h: $(syscall) $(syshdr) FORCE
26 uapisyshdr-y := $(addprefix $(uapi)/, $(uapisyshdr-y))
/arch/sparc/kernel/syscalls/
A DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
5 $(shell mkdir -p $(uapi) $(kapi))
17 $(uapi)/unistd_%.h: $(syscall) $(syshdr) FORCE
27 uapisyshdr-y := $(addprefix $(uapi)/, $(uapisyshdr-y))
/arch/parisc/kernel/syscalls/
A DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
5 $(shell mkdir -p $(uapi) $(kapi))
17 $(uapi)/unistd_%.h: $(syscall) $(syshdr) FORCE
27 uapisyshdr-y := $(addprefix $(uapi)/, $(uapisyshdr-y))
/arch/mips/kernel/syscalls/
A DMakefile3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm macro
5 $(shell mkdir -p $(uapi) $(kapi))
22 $(uapi)/unistd_%.h: $(src)/syscall_%.tbl $(syshdr) FORCE
45 uapisyshdr-y := $(addprefix $(uapi)/, $(uapisyshdr-y))
/arch/um/
A DMakefile82 -I$(srctree)/$(HOST_DIR)/include/uapi \
84 -I$(objtree)/$(HOST_DIR)/include/generated/uapi
/arch/x86/entry/vdso/
A DMakefile41 …S += -I$(srctree)/tools/include -I$(srctree)/include/uapi -I$(srctree)/arch/$(SUBARCH)/include/uapi
/arch/s390/
A DMakefile136 $(Q)$(MAKE) $(build)=$(syscalls) uapi
/arch/arm/
A DMakefile284 $(Q)$(MAKE) $(build)=arch/arm/tools uapi

Completed in 15 milliseconds