Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm/
H A Dcpu_common.c641 assert(cpu && cpu->cpu_IMPL_regs); in cpu_exit_wait()
642 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-8020.140.41/osfmk/arm64/
H A Dmachine_routines.c1115 cpu->cpu_IMPL_regs = (vm_offset_t)ml_io_map(cpu->cpu_IMPL_pa, cpu->cpu_IMPL_len); in ml_map_cpu_pio()