Searched refs:cpudatap (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.61.2/osfmk/arm64/ |
| H A D | pac_asm.h | 61 .macro REPROGRAM_JOP_KEYS skip_label, new_jop_key, cpudatap, tmp 62 ldr \tmp, [\cpudatap, CPU_JOP_KEY] 66 str \new_jop_key, [\cpudatap, CPU_JOP_KEY] 81 .macro REPROGRAM_ROP_KEYS skip_label, new_rop_key, cpudatap, tmp 82 ldr \tmp, [\cpudatap, CPU_ROP_KEY] 86 str \new_rop_key, [\cpudatap, CPU_ROP_KEY]
|
| H A D | cswitch.s | 213 .macro set_process_dependent_keys_and_sync_context thread, new_key, tmp_key, cpudatap, wsync 217 ldr \cpudatap, [\thread, ACT_CPUDATAP] 221 ldrb \wsync, [\cpudatap, CPU_SYNC_ON_CSWITCH] 228 REPROGRAM_ROP_KEYS Lskip_rop_keys_\@, \new_key, \cpudatap, \tmp_key 240 REPROGRAM_JOP_KEYS Lskip_jop_keys_\@, \new_key, \cpudatap, \tmp_key 256 strb wzr, [\cpudatap, CPU_SYNC_ON_CSWITCH]
|
| /xnu-8792.61.2/osfmk/kdp/ml/arm/ |
| H A D | kdp_vm.c | 310 struct cpu_data *cpudatap = cpuentryp->cpu_data_vaddr; in kern_collectth_state() local 327 if ((cpudatap != NULL) && (cpudatap->halt_status == CPU_HALTED_WITH_STATE)) { in kern_collectth_state() 328 *state = cpudatap->halt_state; in kern_collectth_state() 332 processor_t processor = PERCPU_GET_RELATIVE(processor, cpu_data, cpudatap); in kern_collectth_state() 333 if ((cpudatap == NULL) || (processor->active_thread == NULL)) { in kern_collectth_state()
|