Searched refs:ARM_NR_BASE (Results 1 – 2 of 2) sorted by relevance
15 #define ARM_NR_BASE 0xf0000 macro16 #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)
395 if (n > ARM_NR_BASE) { in cpu_loop()