Home
last modified time | relevance | path

Searched refs:cpu_IMPL_regs (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/arm/
H A Dcpu_common.c640 assert(cpu && cpu->cpu_IMPL_regs); in cpu_exit_wait()
641 volatile uint64_t *cpu_sts = (void *)(cpu->cpu_IMPL_regs + CPU_PIO_CPU_STS_OFFSET); in cpu_exit_wait()
H A Dmachine_routines.h324 vm_offset_t cpu_IMPL_regs; member
/xnu-8019.80.24/osfmk/arm64/
H A Dmachine_routines.c1108 cpu->cpu_IMPL_regs = (vm_offset_t)ml_io_map(cpu->cpu_IMPL_pa, cpu->cpu_IMPL_len); in ml_map_cpu_pio()