Searched refs:cpudatap (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/osfmk/arm64/ |
| H A D | pac_asm.h | 60 .macro REPROGRAM_JOP_KEYS skip_label, new_jop_key, cpudatap, tmp 61 ldr \tmp, [\cpudatap, CPU_JOP_KEY] 65 str \new_jop_key, [\cpudatap, CPU_JOP_KEY] 80 .macro REPROGRAM_ROP_KEYS skip_label, new_rop_key, cpudatap, tmp 81 ldr \tmp, [\cpudatap, CPU_ROP_KEY] 85 str \new_rop_key, [\cpudatap, CPU_ROP_KEY]
|
| H A D | cswitch.s | 171 .macro set_process_dependent_keys_and_sync_context thread, new_key, tmp_key, cpudatap, wsync 175 ldr \cpudatap, [\thread, ACT_CPUDATAP] 179 ldrb \wsync, [\cpudatap, CPU_SYNC_ON_CSWITCH] 186 REPROGRAM_ROP_KEYS Lskip_rop_keys_\@, \new_key, \cpudatap, \tmp_key 198 REPROGRAM_JOP_KEYS Lskip_jop_keys_\@, \new_key, \cpudatap, \tmp_key 214 strb wzr, [\cpudatap, CPU_SYNC_ON_CSWITCH]
|
| /xnu-8020.101.4/osfmk/kdp/ml/arm/ |
| H A D | kdp_vm.c | 309 struct cpu_data *cpudatap = cpuentryp->cpu_data_vaddr; in kern_collectth_state() local 326 if ((cpudatap != NULL) && (cpudatap->halt_status == CPU_HALTED_WITH_STATE)) { in kern_collectth_state() 327 *state = cpudatap->halt_state; in kern_collectth_state() 331 processor_t processor = PERCPU_GET_RELATIVE(processor, cpu_data, cpudatap); in kern_collectth_state() 332 if ((cpudatap == NULL) || (processor->active_thread == NULL)) { in kern_collectth_state()
|