Home
last modified time | relevance | path

Searched refs:abi (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscalltbl.sh8 local abi="$1"
12 echo "__SYSCALL_${abi}($nr, $entry)"
16 local abi="$1"
21 if [ "$abi" != "I386" -a -n "$compat" ]; then
22 echo "a compat entry ($abi: $compat) for a 64-bit syscall makes no sense" >&2
28 syscall_macro "$abi" "$nr" "$entry"
33 syscall_macro "$abi" "$nr" "$entry"
36 syscall_macro "$abi" "$nr" "$compat"
42 while read nr abi name entry compat; do
43 abi=`echo "$abi" | tr '[a-z]' '[A-Z]'`
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/rdma/
H A D..install.cmd1abi.h mlx5_user_ioctl_verbs.h vmw_pvrdma-abi.h ib_user_verbs.h ib_user_mad.h cxgb3-abi.h mlx5_user…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/rdma/
H A D..install.cmd1abi.h mlx5_user_ioctl_verbs.h vmw_pvrdma-abi.h ib_user_verbs.h ib_user_mad.h cxgb3-abi.h mlx5_user…
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsignal.c73 struct mips_abi *abi = current->thread.abi; in copy_fp_to_sigcontext() local
74 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in copy_fp_to_sigcontext()
75 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in copy_fp_to_sigcontext()
92 struct mips_abi *abi = current->thread.abi; in copy_fp_from_sigcontext() local
93 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in copy_fp_from_sigcontext()
94 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in copy_fp_from_sigcontext()
128 struct mips_abi *abi = current->thread.abi; in save_hw_fp_context() local
129 uint64_t __user *fpregs = sc + abi->off_sc_fpregs; in save_hw_fp_context()
130 uint32_t __user *csr = sc + abi->off_sc_fpc_csr; in save_hw_fp_context()
137 struct mips_abi *abi = current->thread.abi; in restore_hw_fp_context() local
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dvdso.c81 static int __vdso_remap(enum vdso_abi abi, in __vdso_remap() argument
86 unsigned long vdso_size = vdso_info[abi].vdso_code_end - in __vdso_remap()
87 vdso_info[abi].vdso_code_start; in __vdso_remap()
97 static int __vdso_init(enum vdso_abi abi) in __vdso_init() argument
103 if (memcmp(vdso_info[abi].vdso_code_start, "\177ELF", 4)) { in __vdso_init()
108 vdso_info[abi].vdso_pages = ( in __vdso_init()
109 vdso_info[abi].vdso_code_end - in __vdso_init()
110 vdso_info[abi].vdso_code_start) >> in __vdso_init()
113 vdso_pagelist = kcalloc(vdso_info[abi].vdso_pages, in __vdso_init()
120 pfn = sym_to_pfn(vdso_info[abi].vdso_code_start); in __vdso_init()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0004-arm-add-armv9-a-architecture-to-march.patch140 MULTILIB_REQUIRED += mthumb/march=armv8-a+simd/mfloat-abi=hard
141 MULTILIB_REQUIRED += mthumb/march=armv8-a+simd/mfloat-abi=softfp
144 +MULTILIB_REQUIRED += mthumb/march=armv9-a/mfloat-abi=soft
145 +MULTILIB_REQUIRED += mthumb/march=armv9-a+simd/mfloat-abi=hard
146 +MULTILIB_REQUIRED += mthumb/march=armv9-a+simd/mfloat-abi=softfp
167 MULTILIB_REUSE += mthumb/march.armv7-a/mfloat-abi.soft=marm/march.armv7-a/mfloat-abi.soft
169 MULTILIB_REUSE += mthumb/march.armv8-a/mfloat-abi.soft=marm/march.armv8-a/mfloat-abi.soft
171 +MULTILIB_REUSE += mthumb/march.armv9-a/mfloat-abi.soft=marm/march.armv9-a/mfloat-abi.soft
176 mthumb/march.$(ARCH)/mfloat-abi.$(ABI)=marm/march.$(ARCH)/mfloat-abi.$(ABI)))
182 mthumb/march.$(ARCH)/mfloat-abi.soft=m$(MODE)/march.$(ARCH)/mfloat-abi.softfp))
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dsyscall_wrapper.h68 #define __SYS_STUB0(abi, name) \ argument
69 long __##abi##_##name(const struct pt_regs *regs); \
70 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
71 long __##abi##_##name(const struct pt_regs *regs) \
74 #define __SYS_STUBx(abi, name, ...) \ argument
75 long __##abi##_##name(const struct pt_regs *regs); \
76 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
77 long __##abi##_##name(const struct pt_regs *regs) \
82 #define __COND_SYSCALL(abi, name) \ argument
83 __weak long __##abi##_##name(const struct pt_regs *__unused) \
[all …]
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dcoprocessor.h101 #define XCHAL_SA_REG(list,cc,abi,type,y,name,z,align,size,...) \ argument
102 __REG ## list (cc, abi, type, name, size, align)
104 #define __REG0(cc,abi,t,name,s,a) __REG0_ ## cc (abi,name) argument
105 #define __REG1(cc,abi,t,name,s,a) __REG1_ ## cc (name) argument
106 #define __REG2(cc,abi,type,...) __REG2_ ## type (__VA_ARGS__) argument
108 #define __REG0_0(abi,name) argument
109 #define __REG0_1(abi,name) __REG0_1 ## abi (name) argument
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dabi.rst8 abi-stable
9 abi-testing
10 abi-obsolete
11 abi-removed
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/
H A Dgcc-configure-common.inc61 EXTRA_OECONF:append:mips64 = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64"
62 EXTRA_OECONF:append:mips64el = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64"
63 EXTRA_OECONF:append:mips64n32 = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64"
64 EXTRA_OECONF:append:mips64eln32 = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64"
65 EXTRA_OECONF:append:mipsisa32r6el = " --with-abi=32 --with-arch=mips32r6"
66 EXTRA_OECONF:append:mipsisa32r6 = " --with-abi=32 --with-arch=mips32r6"
67 EXTRA_OECONF:append:mipsisa64r6el = " --with-abi=64 --with-arch-64=mips64r6"
68 EXTRA_OECONF:append:mipsisa64r6 = " --with-abi=64 --with-arch-64=mips64r6"
/OK3568_Linux_fs/buildroot/package/lshw/
H A D0002-Fix-musl-build-wrong-usage-of-LONG_BIT.patch18 src/core/abi.cc | 4 +---
21 diff --git a/src/core/abi.cc b/src/core/abi.cc
23 --- a/src/core/abi.cc
24 +++ b/src/core/abi.cc
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dabi.rst4 Documentation for /proc/sys/abi/
8 .. scripts/check-sysctl-docs -vtable="abi" \
9 .. Documentation/admin-guide/sysctl/abi.rst \
18 The files in ``/proc/sys/abi`` can be used to see and modify
/OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/
H A Dsyscalltbl19 local nr abi name entry64 entry32 _ignore
27 while read nr abi name entry64 entry32 _ignore; do
36 case $abi in
106 local nr abi name _ignore
108 while read nr abi name _ignore; do
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dsignal.h17 #define sig_uses_siginfo(ka, abi) \ argument
18 ((abi != &mips_abi_32) ? 1 : \
21 #define sig_uses_siginfo(ka, abi) \ argument
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/arm64/
H A Dlegacy_instructions.txt32 模拟模式可通过写 sysctl 节点(/proc/sys/abi)来控制。
57 节点: /proc/sys/abi/swp
62 节点: /proc/sys/abi/cp15_barrier
67 节点: /proc/sys/abi/setend
/OK3568_Linux_fs/kernel/lib/
H A Daudit.c40 int audit_classify_syscall(int abi, unsigned syscall) in audit_classify_syscall() argument
42 if (audit_is_compat(abi)) in audit_classify_syscall()
43 return audit_classify_compat_syscall(abi, syscall); in audit_classify_syscall()
/OK3568_Linux_fs/buildroot/package/x265/
H A D0001-fix-gcc-options.patch12 Forcing -march, -mfloat-abi and -mfpu for ARM is also wrong
42 - set(ARM_ARGS -march=armv6 -mfloat-abi=soft -mfpu=vfp -marm -fPIC)
46 - set(ARM_ARGS -mcpu=native -mfloat-abi=hard -mfpu=neon -marm -fPIC)
49 - set(ARM_ARGS -mcpu=native -mfloat-abi=hard -mfpu=vfp -marm)
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dsample-parsing.c111 COMP(user_regs.abi); in samples_same()
112 if (s1->user_regs.abi && in samples_same()
142 COMP(intr_regs.abi); in samples_same()
143 if (s1->intr_regs.abi && in samples_same()
218 .abi = PERF_SAMPLE_REGS_ABI_64, in do_test()
231 .abi = PERF_SAMPLE_REGS_ABI_64, in do_test()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/lshw/files/
H A D0001-Fix-musl-build.patch19 src/core/abi.cc | 4 +---
23 diff --git a/src/core/abi.cc b/src/core/abi.cc
25 --- a/src/core/abi.cc
26 +++ b/src/core/abi.cc
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dlegacy_instructions.rst12 (/proc/sys/abi). The following explains the different execution
49 :Node: /proc/sys/abi/swp
55 :Node: /proc/sys/abi/cp15_barrier
61 :Node: /proc/sys/abi/setend
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0004-v8-don-t-override-ARM-CFLAGS.patch10 arm-poky-linux-musleabi-g++ -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 \
12 -march=armv7-a -mfpu=neon -mfloat-abi=hard -marm
52 - 'cflags': ['-mfloat-abi=<(arm_float_abi)',],
85 - 'cflags': ['-mfloat-abi=<(arm_float_abi)',],
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dperf_regs.c107 regs_user->abi = perf_reg_abi(current); in perf_get_regs_user()
141 regs_user->abi = perf_reg_abi(current); in perf_get_regs_user()
153 regs_user->abi = PERF_SAMPLE_REGS_ABI_NONE; in perf_get_regs_user()
197 regs_user->abi = user_64bit_mode(user_regs) ? in perf_get_regs_user()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/vgic/
H A Dvgic-its.c199 const struct vgic_its_abi *abi; in vgic_its_set_abi() local
202 abi = vgic_its_get_abi(its); in vgic_its_set_abi()
203 return abi->commit(its); in vgic_its_set_abi()
480 const struct vgic_its_abi *abi = vgic_its_get_abi(its); in vgic_mmio_read_its_typer() local
493 reg |= GIC_ENCODE_SZ(abi->ite_esz, 4) << GITS_TYPER_ITT_ENTRY_SIZE_SHIFT; in vgic_mmio_read_its_typer()
1648 const struct vgic_its_abi *abi = vgic_its_get_abi(its); in vgic_mmio_write_its_baser() local
1659 entry_size = abi->dte_esz; in vgic_mmio_write_its_baser()
1664 entry_size = abi->cte_esz; in vgic_mmio_write_its_baser()
2210 const struct vgic_its_abi *abi = vgic_its_get_abi(its); in vgic_its_save_itt() local
2214 int ite_esz = abi->ite_esz; in vgic_its_save_itt()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-driver/
H A Dxorg-driver-common.inc39 abi = "%sxorg-abi-%s-%s" % (mlprefix, name, output.split(".")[0])
42 d.appendVar('RDEPENDS:' + pn, ' ' + abi)
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/
H A Dmksyscalltbl19 local max_nr nr abi sc discard
22 while read nr abi sc discard; do

12345678910>>...15