Home
last modified time | relevance | path

Searched refs:__ARM_NR_BASE (Results 1 – 5 of 5) sorted by relevance

/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/asm/
H A Dunistd.h33 #define __ARM_NR_BASE (__NR_SYSCALL_BASE+0x0f0000) macro
34 #define __ARM_NR_breakpoint (__ARM_NR_BASE+1)
35 #define __ARM_NR_cacheflush (__ARM_NR_BASE+2)
36 #define __ARM_NR_usr26 (__ARM_NR_BASE+3)
37 #define __ARM_NR_usr32 (__ARM_NR_BASE+4)
38 #define __ARM_NR_set_tls (__ARM_NR_BASE+5)
39 #define __ARM_NR_get_tls (__ARM_NR_BASE+6)
/OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/
H A Dunistd.h33 #define __ARM_NR_BASE (__NR_SYSCALL_BASE+0x0f0000) macro
34 #define __ARM_NR_breakpoint (__ARM_NR_BASE+1)
35 #define __ARM_NR_cacheflush (__ARM_NR_BASE+2)
36 #define __ARM_NR_usr26 (__ARM_NR_BASE+3)
37 #define __ARM_NR_usr32 (__ARM_NR_BASE+4)
38 #define __ARM_NR_set_tls (__ARM_NR_BASE+5)
39 #define __ARM_NR_get_tls (__ARM_NR_BASE+6)
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A D0020-Fix-tab-crashes-on-musl.patch123 #if !defined(__ARM_NR_BASE)
124 #define __ARM_NR_BASE (__NR_SYSCALL_BASE + 0xF0000)
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dtraps.c602 #define NR(x) ((__ARM_NR_##x) - __ARM_NR_BASE)
605 if ((no >> 16) != (__ARM_NR_BASE>> 16)) in arm_syscall()
H A Dentry-common.S284 2: cmp scno, #(__ARM_NR_BASE - __NR_SYSCALL_BASE)