Searched refs:abi (Results 1 - 25 of 188) sorted by relevance

12345678

/linux-master/arch/csky/include/asm/
H A Dcacheflush.h7 #include <abi/cacheflush.h>
H A Dstring.h9 #include <abi/string.h>
H A Dperf_event.h6 #include <abi/regdef.h>
H A Dprocessor.h10 #include <abi/reg_ops.h>
11 #include <abi/regdef.h>
12 #include <abi/switch_context.h>
14 #include <abi/fpu.h>
H A Dirqflags.h5 #include <abi/reg_ops.h>
/linux-master/tools/testing/selftests/arm64/abi/
H A DMakefile4 TEST_GEN_PROGS := hwcap ptrace syscall-abi tpidr2
8 $(OUTPUT)/syscall-abi: syscall-abi.c syscall-abi-asm.S
/linux-master/include/linux/
H A Daudit_arch.h24 extern int audit_classify_compat_syscall(int abi, unsigned syscall);
H A Dperf_regs.h8 __u64 abi; member in struct:perf_regs
47 regs_user->abi = perf_reg_abi(current);
/linux-master/tools/perf/arch/mips/entry/syscalls/
H A Dmksyscalltbl19 local max_nr nr abi sc discard
22 while read nr abi sc discard; do
/linux-master/tools/perf/arch/s390/entry/syscalls/
H A Dmksyscalltbl19 local max_nr nr abi sc discard
22 while read nr abi sc discard; do
/linux-master/arch/mips/include/asm/
H A Dsignal.h17 #define sig_uses_siginfo(ka, abi) \
18 ((abi != &mips_abi_32) ? 1 : \
21 #define sig_uses_siginfo(ka, abi) \
/linux-master/include/uapi/mtd/
H A Dmtd-user.h25 #include <mtd/mtd-abi.h>
/linux-master/arch/x86/um/
H A Dtls_64.c3 #include <asm/ptrace-abi.h>
/linux-master/arch/csky/kernel/vdso/
H A Drt_sigreturn.S5 #include <abi/vdso.h>
/linux-master/tools/perf/arch/powerpc/entry/syscalls/
H A Dmksyscalltbl22 local max_nr nr abi sc discard
27 while read nr abi sc discard; do
/linux-master/arch/csky/kernel/probes/
H A Dkprobes_trampoline.S5 #include <abi/entry.h>
/linux-master/tools/build/feature/
H A Dtest-cxa-demangle.cpp12 output = abi::__cxa_demangle("FieldName__9ClassNameFd", output, &len, &status);
/linux-master/arch/xtensa/include/asm/
H A Dcoprocessor.h101 #define XCHAL_SA_REG(list,cc,abi,type,y,name,z,align,size,...) \
102 __REG ## list (cc, abi, type, name, size, align)
104 #define __REG0(cc,abi,t,name,s,a) __REG0_ ## cc (abi,name)
105 #define __REG1(cc,abi,t,name,s,a) __REG1_ ## cc (name)
106 #define __REG2(cc,abi,type,...) __REG2_ ## type (__VA_ARGS__)
108 #define __REG0_0(abi,name)
109 #define __REG0_1(abi,name) __REG0_1 ## abi (name)
/linux-master/arch/mips/kernel/syscalls/
H A Dsyscallnr.sh18 while read nr abi name entry compat ; do
/linux-master/arch/arm/tools/
H A Dsyscallnr.sh21 while read nr abi name entry; do
/linux-master/include/uapi/sound/sof/
H A Dheader.h23 * @abi: SOF ABI version. The version is valid in scope of the 'magic', IPC3 and
35 __u32 abi; member in struct:sof_abi_hdr
/linux-master/lib/
H A Daudit.c40 int audit_classify_syscall(int abi, unsigned syscall) argument
42 if (audit_is_compat(abi))
43 return audit_classify_compat_syscall(abi, syscall);
/linux-master/arch/x86/include/asm/
H A Dsyscall_wrapper.h85 #define __SYS_STUB0(abi, name) \
86 long __##abi##_##name(const struct pt_regs *regs); \
87 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
88 long __##abi##_##name(const struct pt_regs *regs) \
91 #define __SYS_STUBx(abi, name, ...) \
92 long __##abi##_##name(const struct pt_regs *regs); \
93 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
94 long __##abi##_##name(const struct pt_regs *regs) \
99 #define __COND_SYSCALL(abi, name) \
100 __weak long __##abi##
[all...]
/linux-master/arch/arm64/kernel/
H A Dvdso.c83 static int __init __vdso_init(enum vdso_abi abi) argument
89 if (memcmp(vdso_info[abi].vdso_code_start, "\177ELF", 4)) {
94 vdso_info[abi].vdso_pages = (
95 vdso_info[abi].vdso_code_end -
96 vdso_info[abi].vdso_code_start) >>
99 vdso_pagelist = kcalloc(vdso_info[abi].vdso_pages,
106 pfn = sym_to_pfn(vdso_info[abi].vdso_code_start);
108 for (i = 0; i < vdso_info[abi].vdso_pages; i++)
111 vdso_info[abi].cm->pages = vdso_pagelist;
185 static int __setup_additional_pages(enum vdso_abi abi, argument
[all...]
/linux-master/arch/x86/include/uapi/asm/
H A Dptrace.h6 #include <asm/ptrace-abi.h>

Completed in 236 milliseconds

12345678