Lines Matching +full:arm +full:- +full:linux +full:- +full:user
2 * ARM specific CPU ABI and functions for linux-user
26 if (arm_feature(&cpu->env, ARM_FEATURE_M)) { in arm_max_reserved_va()
29 * and in general a lot of M-profile system stuff in in arm_max_reserved_va()
30 * the high addresses. Restrict linux-user to the in arm_max_reserved_va()
31 * cached write-back RAM in the system map. in arm_max_reserved_va()
37 * See init_guest_commpage in linux-user/elfload.c. in arm_max_reserved_va()
48 env->regs[13] = newsp; in cpu_clone_regs_child()
50 env->regs[0] = 0; in cpu_clone_regs_child()
60 env->cp15.tpidruro_s = newtls; in cpu_set_tls()
62 env->cp15.tpidrro_el[0] = newtls; in cpu_set_tls()
69 return env->cp15.tpidruro_s; in cpu_get_tls()
71 return env->cp15.tpidrro_el[0]; in cpu_get_tls()
77 return state->regs[13]; in get_sp_from_cpustate()