/linux-4.1.27/include/xen/interface/io/ |
H A D | protocols.h | 4 #define XEN_IO_PROTO_ABI_X86_32 "x86_32-abi" 5 #define XEN_IO_PROTO_ABI_X86_64 "x86_64-abi" 6 #define XEN_IO_PROTO_ABI_POWERPC64 "powerpc64-abi" 7 #define XEN_IO_PROTO_ABI_ARM "arm-abi"
|
/linux-4.1.27/arch/arm/vfp/ |
H A D | Makefile | 10 KBUILD_AFLAGS :=$(KBUILD_AFLAGS:-msoft-float=-Wa,-mfpu=softvfp+vfp -mfloat-abi=soft)
|
/linux-4.1.27/lib/ |
H A D | audit.c | 39 int audit_classify_syscall(int abi, unsigned syscall) audit_classify_syscall() argument 41 if (audit_is_compat(abi)) audit_classify_syscall() 42 return audit_classify_compat_syscall(abi, syscall); audit_classify_syscall()
|
H A D | compat_audit.c | 30 int audit_classify_compat_syscall(int abi, unsigned syscall) audit_classify_compat_syscall() argument
|
/linux-4.1.27/include/linux/ |
H A D | perf_regs.h | 5 __u64 abi; member in struct:perf_regs 38 regs_user->abi = perf_reg_abi(current); perf_get_regs_user()
|
H A D | audit.h | 87 extern int audit_classify_syscall(int abi, unsigned syscall); 96 extern int audit_classify_compat_syscall(int abi, unsigned syscall);
|
/linux-4.1.27/arch/xtensa/include/asm/ |
H A D | coprocessor.h | 115 #define XCHAL_SA_REG(list,cc,abi,type,y,name,z,align,size,...) \ 116 __REG ## list (cc, abi, type, name, size, align) 118 #define __REG0(cc,abi,t,name,s,a) __REG0_ ## cc (abi,name) 119 #define __REG1(cc,abi,t,name,s,a) __REG1_ ## cc (name) 120 #define __REG2(cc,abi,type,...) __REG2_ ## type (__VA_ARGS__) 122 #define __REG0_0(abi,name) 123 #define __REG0_1(abi,name) __REG0_1 ## abi (name)
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | audit_64.c | 40 int audit_classify_syscall(int abi, unsigned syscall) audit_classify_syscall() argument 44 if (abi == AUDIT_ARCH_I386) audit_classify_syscall()
|
H A D | perf_regs.c | 87 regs_user->abi = perf_reg_abi(current); perf_get_regs_user() 128 regs_user->abi = PERF_SAMPLE_REGS_ABI_NONE; perf_get_regs_user() 170 regs_user->abi = user_64bit_mode(user_regs) ? perf_get_regs_user()
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | audit.c | 42 int audit_classify_syscall(int abi, unsigned syscall) audit_classify_syscall() argument 45 if (abi == AUDIT_ARCH_SPARC) audit_classify_syscall()
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | audit.c | 41 int audit_classify_syscall(int abi, unsigned syscall) audit_classify_syscall() argument 44 if (abi == AUDIT_ARCH_S390) audit_classify_syscall()
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | audit.c | 40 int audit_classify_syscall(int abi, unsigned syscall) audit_classify_syscall() argument 44 if (abi == AUDIT_ARCH_PARISC) audit_classify_syscall()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | audit.c | 40 int audit_classify_syscall(int abi, unsigned syscall) audit_classify_syscall() argument 44 if (abi == AUDIT_ARCH_PPC) audit_classify_syscall()
|
H A D | signal_32.c | 226 * Programs using the rs6000/xcoff abi can save up to 19 gp 257 * Programs using the rs6000/xcoff abi can save up to 19 gp
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | perf_regs.c | 37 regs_user->abi = perf_reg_abi(current); perf_get_regs_user()
|
H A D | unwind.c | 26 * http://infocenter.arm.com/help/topic/com.arm.doc.subset.swdev.abi/index.html
|
/linux-4.1.27/arch/tile/include/arch/ |
H A D | usb_host.h | 20 #include <arch/abi.h>
|
H A D | trio.h | 20 #include <arch/abi.h>
|
H A D | trio_pcie_rc.h | 20 #include <arch/abi.h>
|
H A D | trio_shm.h | 21 #include <arch/abi.h>
|
H A D | trio_pcie_intfc.h | 20 #include <arch/abi.h>
|
H A D | uart.h | 20 #include <arch/abi.h>
|
H A D | mpipe.h | 20 #include <arch/abi.h>
|
H A D | mpipe_shm.h | 21 #include <arch/abi.h>
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | audit.c | 36 int audit_classify_syscall(int abi, unsigned syscall) audit_classify_syscall() argument
|
H A D | unwind_decoder.c | 30 * UNW_DEC_ABI(fmt,abi,context,arg)
|
H A D | unwind.c | 855 desc_abi (unsigned char abi, unsigned char context, struct unw_state_record *sr) desc_abi() 857 if (abi == 3 && context == 'i') { desc_abi() 862 UNW_DPRINT(0, "unwind%s: ignoring unwabi(abi=0x%x,context=0x%x)\n", 863 __func__, abi, context); 853 desc_abi(unsigned char abi, unsigned char context, struct unw_state_record *sr) desc_abi() argument
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | audit.c | 36 int audit_classify_syscall(int abi, unsigned syscall) audit_classify_syscall() argument
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | sigframe.h | 23 #include <arch/abi.h>
|
H A D | syscall.h | 23 #include <arch/abi.h>
|
/linux-4.1.27/arch/tile/include/uapi/asm/ |
H A D | sigcontext.h | 20 #include <arch/abi.h>
|
H A D | ptrace.h | 19 #include <arch/abi.h>
|
/linux-4.1.27/arch/um/include/asm/ |
H A D | ptrace-generic.h | 11 #include <asm/ptrace-abi.h>
|
/linux-4.1.27/include/uapi/mtd/ |
H A D | mtd-user.h | 26 #include <mtd/mtd-abi.h>
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | perf_regs.c | 59 regs_user->abi = perf_reg_abi(current); perf_get_regs_user()
|
H A D | armv8_deprecated.c | 231 .procname = "abi",
|
/linux-4.1.27/arch/arm/lib/ |
H A D | Makefile | 38 NEON_FLAGS := -mfloat-abi=softfp -mfpu=neon
|
H A D | xor-neon.c | 17 #error You should compile this file with '-mfloat-abi=softfp -mfpu=neon'
|
/linux-4.1.27/tools/perf/arch/arm/tests/ |
H A D | dwarf-unwind.c | 56 regs->abi = PERF_SAMPLE_REGS_ABI; test__arch_unwind_sample()
|
/linux-4.1.27/tools/perf/arch/x86/tests/ |
H A D | dwarf-unwind.c | 56 regs->abi = PERF_SAMPLE_REGS_ABI; test__arch_unwind_sample()
|
/linux-4.1.27/tools/perf/arch/x86/util/ |
H A D | unwind-libdw.c | 18 if (user_regs->abi == PERF_SAMPLE_REGS_ABI_32) { libdw__arch_set_initial_registers()
|
/linux-4.1.27/tools/perf/tests/ |
H A D | sample-parsing.c | 102 COMP(user_regs.abi); samples_same() 103 if (s1->user_regs.abi && samples_same() 133 COMP(intr_regs.abi); samples_same() 134 if (s1->intr_regs.abi && samples_same() 190 .abi = PERF_SAMPLE_REGS_ABI_64, do_test() 203 .abi = PERF_SAMPLE_REGS_ABI_64, do_test()
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | signal.c | 29 #include <asm/abi.h> 530 struct mips_abi *abi = current->thread.abi; handle_signal() local 563 ret = abi->setup_rt_frame(vdso + abi->rt_signal_return_offset, handle_signal() 566 ret = abi->setup_frame(vdso + abi->signal_return_offset, ksig, handle_signal() 593 regs->regs[2] = current->thread.abi->restart; do_signal()
|
H A D | signal_n32.c | 31 #include <asm/abi.h>
|
H A D | elf.c | 188 * - If FR1 and FRDEFAULT is true, that means we hit the any-abi or arch_check_elf()
|
H A D | signal32.c | 25 #include <asm/abi.h>
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
H A D | ptrace.h | 5 #include <asm/ptrace-abi.h>
|
/linux-4.1.27/arch/x86/vdso/ |
H A D | vdso32-setup.c | 105 .procname = "abi",
|
/linux-4.1.27/include/linux/can/ |
H A D | core.h | 25 #define CAN_VERSION_STRING "rev " CAN_VERSION " abi " CAN_ABI_VERSION
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | pvclock.h | 5 #include <asm/pvclock-abi.h>
|
H A D | kvm_host.h | 28 #include <asm/pvclock-abi.h>
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | entry.S | 19 #include <arch/abi.h>
|
H A D | stack.c | 34 #include <arch/abi.h>
|
H A D | backtrace.c | 20 #include <arch/abi.h>
|
H A D | process.c | 42 #include <arch/abi.h>
|
H A D | single_step.c | 31 #include <arch/abi.h>
|
H A D | unaligned.c | 33 #include <arch/abi.h>
|
H A D | intvec_32.S | 27 #include <arch/abi.h>
|
H A D | intvec_64.S | 29 #include <arch/abi.h>
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | elf.h | 305 current->thread.abi = &mips_abi; \ 318 current->thread.abi = &mips_abi_n32; \ 335 current->thread.abi = &mips_abi_32; \ 367 current->thread.abi = &mips_abi; \
|
H A D | processor.h | 285 struct mips_abi *abi; member in struct:thread_struct
|
/linux-4.1.27/arch/mips/mti-malta/ |
H A D | malta-platform.c | 33 #include <mtd/mtd-abi.h>
|
/linux-4.1.27/lib/raid6/ |
H A D | Makefile | 26 NEON_FLAGS += -mfloat-abi=softfp -mfpu=neon
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-tlv.c | 800 "wmi tlv abi 0x%08x ?= 0x%08x, 0x%08x ?= 0x%08x, 0x%08x ?= 0x%08x, 0x%08x ?= 0x%08x, 0x%08x ?= 0x%08x\n", ath10k_wmi_tlv_op_pull_svc_rdy_ev() 801 __le32_to_cpu(ev->abi.abi_ver0), WMI_TLV_ABI_VER0, ath10k_wmi_tlv_op_pull_svc_rdy_ev() 802 __le32_to_cpu(ev->abi.abi_ver_ns0), WMI_TLV_ABI_VER_NS0, ath10k_wmi_tlv_op_pull_svc_rdy_ev() 803 __le32_to_cpu(ev->abi.abi_ver_ns1), WMI_TLV_ABI_VER_NS1, ath10k_wmi_tlv_op_pull_svc_rdy_ev() 804 __le32_to_cpu(ev->abi.abi_ver_ns2), WMI_TLV_ABI_VER_NS2, ath10k_wmi_tlv_op_pull_svc_rdy_ev() 805 __le32_to_cpu(ev->abi.abi_ver_ns3), WMI_TLV_ABI_VER_NS3); ath10k_wmi_tlv_op_pull_svc_rdy_ev() 807 if (__le32_to_cpu(ev->abi.abi_ver0) != WMI_TLV_ABI_VER0 || ath10k_wmi_tlv_op_pull_svc_rdy_ev() 808 __le32_to_cpu(ev->abi.abi_ver_ns0) != WMI_TLV_ABI_VER_NS0 || ath10k_wmi_tlv_op_pull_svc_rdy_ev() 809 __le32_to_cpu(ev->abi.abi_ver_ns1) != WMI_TLV_ABI_VER_NS1 || ath10k_wmi_tlv_op_pull_svc_rdy_ev() 810 __le32_to_cpu(ev->abi.abi_ver_ns2) != WMI_TLV_ABI_VER_NS2 || ath10k_wmi_tlv_op_pull_svc_rdy_ev() 811 __le32_to_cpu(ev->abi.abi_ver_ns3) != WMI_TLV_ABI_VER_NS3) { ath10k_wmi_tlv_op_pull_svc_rdy_ev() 820 arg->sw_ver0 = ev->abi.abi_ver0; ath10k_wmi_tlv_op_pull_svc_rdy_ev() 821 arg->sw_ver1 = ev->abi.abi_ver1; ath10k_wmi_tlv_op_pull_svc_rdy_ev() 863 arg->sw_version = ev->abi.abi_ver0; ath10k_wmi_tlv_op_pull_rdy_ev() 864 arg->abi_version = ev->abi.abi_ver1; ath10k_wmi_tlv_op_pull_rdy_ev() 1151 cmd->abi.abi_ver0 = __cpu_to_le32(WMI_TLV_ABI_VER0); ath10k_wmi_tlv_op_gen_init() 1152 cmd->abi.abi_ver1 = __cpu_to_le32(WMI_TLV_ABI_VER1); ath10k_wmi_tlv_op_gen_init() 1153 cmd->abi.abi_ver_ns0 = __cpu_to_le32(WMI_TLV_ABI_VER_NS0); ath10k_wmi_tlv_op_gen_init() 1154 cmd->abi.abi_ver_ns1 = __cpu_to_le32(WMI_TLV_ABI_VER_NS1); ath10k_wmi_tlv_op_gen_init() 1155 cmd->abi.abi_ver_ns2 = __cpu_to_le32(WMI_TLV_ABI_VER_NS2); ath10k_wmi_tlv_op_gen_init() 1156 cmd->abi.abi_ver_ns3 = __cpu_to_le32(WMI_TLV_ABI_VER_NS3); ath10k_wmi_tlv_op_gen_init()
|
H A D | wmi-tlv.h | 1151 struct wmi_tlv_abi_version abi; member in struct:wmi_tlv_svc_rdy_ev 1170 struct wmi_tlv_abi_version abi; member in struct:wmi_tlv_rdy_ev 1215 struct wmi_tlv_abi_version abi; member in struct:wmi_tlv_init_cmd
|
/linux-4.1.27/arch/xtensa/variants/dc233c/include/variant/ |
H A D | tie-asm.h | 51 #define XTHAL_SAS3(optie,ccuse,abi) ( ((optie) & XTHAL_SAS_ANYOT) \ 53 | ((abi) & XTHAL_SAS_ANYABI) )
|
/linux-4.1.27/arch/x86/include/asm/xen/ |
H A D | interface.h | 134 #include <asm/pvclock-abi.h>
|
/linux-4.1.27/drivers/char/ |
H A D | bfin-otp.c | 19 #include <mtd/mtd-abi.h>
|
/linux-4.1.27/scripts/ |
H A D | checksyscalls.sh | 205 while read nr abi name entry ; do
|
/linux-4.1.27/tools/perf/util/ |
H A D | evsel.c | 1602 data->user_regs.abi = *array; perf_evsel__parse_sample() 1605 if (data->user_regs.abi) { perf_evsel__parse_sample() 1658 data->intr_regs.abi = PERF_SAMPLE_REGS_ABI_NONE; perf_evsel__parse_sample() 1661 data->intr_regs.abi = *array; perf_evsel__parse_sample() 1664 if (data->intr_regs.abi != PERF_SAMPLE_REGS_ABI_NONE) { perf_evsel__parse_sample() 1743 if (sample->user_regs.abi) { perf_event__sample_event_size() 1771 if (sample->intr_regs.abi) { perf_event__sample_event_size() 1923 if (sample->user_regs.abi) { perf_event__synthesize_sample() 1924 *array++ = sample->user_regs.abi; perf_event__synthesize_sample() 1959 if (sample->intr_regs.abi) { perf_event__synthesize_sample() 1960 *array++ = sample->intr_regs.abi; perf_event__synthesize_sample()
|
H A D | event.h | 90 u64 abi; member in struct:regs_dump
|
H A D | session.c | 650 if (d->abi > PERF_SAMPLE_REGS_ABI_64) regs_dump_abi() 653 return regs_abi[d->abi]; regs_dump_abi()
|
/linux-4.1.27/include/linux/mtd/ |
H A D | mtd.h | 28 #include <mtd/mtd-abi.h> 101 * similar, smaller struct nand_ecclayout_user (in mtd-abi.h) that is retained
|
/linux-4.1.27/arch/mips/alchemy/ |
H A D | board-mtx1.c | 31 #include <mtd/mtd-abi.h>
|
/linux-4.1.27/include/uapi/linux/ |
H A D | perf_event.h | 740 * { u64 abi; # enum perf_sample_regs_abi 750 * { u64 abi; # enum perf_sample_regs_abi
|
H A D | elf.h | 59 * http://www.cs.washington.edu/education/courses/cse351/12wi/supp-docs/abi.pdf
|
H A D | sysctl.h | 922 /* /proc/sys/abi */
|
/linux-4.1.27/drivers/staging/iio/cdc/ |
H A D | ad7152.c | 22 * TODO: Check compliance of calibbias with abi (units)
|
/linux-4.1.27/arch/x86/mm/ |
H A D | pf_in.c | 220 * Note: these are NOT the same as in ptrace-abi.h.
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | processor.h | 222 /* The ELF abi wants things done a "wee bit" differently than
|
/linux-4.1.27/arch/tile/include/uapi/arch/ |
H A D | sim.h | 45 #include <arch/abi.h>
|
/linux-4.1.27/arch/unicore32/kernel/ |
H A D | signal.c | 26 #define SWI_SYS_SIGRETURN (0xff000000) /* error number for new abi */
|
/linux-4.1.27/kernel/events/ |
H A D | core.c | 4881 regs_user->abi = perf_reg_abi(current); perf_sample_regs_user() 4886 regs_user->abi = PERF_SAMPLE_REGS_ABI_NONE; perf_sample_regs_user() 4895 regs_intr->abi = perf_reg_abi(current); perf_sample_regs_intr() 5249 u64 abi = data->regs_user.abi; perf_output_sample() local 5255 perf_output_put(handle, abi); perf_output_sample() 5257 if (abi) { perf_output_sample() 5281 u64 abi = data->regs_intr.abi; perf_output_sample() local 5286 perf_output_put(handle, abi); perf_output_sample() 5288 if (abi) { perf_output_sample() 7687 if (!size) /* abi compat */ perf_copy_attr()
|
/linux-4.1.27/arch/x86/kvm/ |
H A D | trace.h | 8 #include <asm/pvclock-abi.h>
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | fsmc_nand.c | 40 #include <mtd/mtd-abi.h>
|
/linux-4.1.27/drivers/power/ |
H A D | bq24190_charger.c | 342 /* On i386 ptrace-abi.h defines SS that breaks the macro calls below. */
|
/linux-4.1.27/kernel/ |
H A D | sysctl_binary.c | 912 { CTL_DIR, CTL_ABI, "abi" },
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
H A D | init.c | 1773 ath6kl_err("abi version mismatch: host(0x%x), target(0x%x)\n", __ath6kl_init_hw_start()
|
/linux-4.1.27/kernel/sched/ |
H A D | core.c | 3750 if (!size) /* abi compat */ sched_copy_attr()
|