Home
last modified time | relevance | path

Searched refs:ARM_NR_BASE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/arm/
H A Dtarget_syscall.h15 #define ARM_NR_BASE 0xf0000 macro
16 #define ARM_NR_breakpoint (ARM_NR_BASE + 1)
17 #define ARM_NR_cacheflush (ARM_NR_BASE + 2)
18 #define ARM_NR_set_tls (ARM_NR_BASE + 5)
19 #define ARM_NR_get_tls (ARM_NR_BASE + 6)
H A Dcpu_loop.c395 if (n > ARM_NR_BASE) { in cpu_loop()