Searched refs:PCPU_PTR (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/sys/riscv/include/
H A Dpcpu.h83 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
/freebsd-12-stable/sys/arm64/include/
H A Dpcpu.h77 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
/freebsd-12-stable/sys/sparc64/include/
H A Dpcpu.h98 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
/freebsd-12-stable/sys/mips/include/
H A Dpcpu.h81 #define PCPU_PTR(member) (&PCPUP->pc_ ## member) macro
/freebsd-12-stable/sys/arm/include/
H A Dpcpu.h150 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
/freebsd-12-stable/sys/powerpc/include/
H A Dpcpu.h167 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
/freebsd-12-stable/sys/i386/include/
H A Dpcpu.h217 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
/freebsd-12-stable/sys/amd64/include/
H A Dpcpu.h221 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
/freebsd-12-stable/sys/x86/x86/
H A Dcpu_machdep.c241 state = (int *)PCPU_PTR(monitorbuf);
500 state = (int *)PCPU_PTR(monitorbuf);
519 state = (int *)PCPU_PTR(monitorbuf);
551 state = (int *)PCPU_PTR(monitorbuf);
576 state = (int *)PCPU_PTR(monitorbuf);
/freebsd-12-stable/sys/amd64/amd64/
H A Ddb_trace.c483 d = (struct dbreg *)PCPU_PTR(dbreg);
532 d = (struct dbreg *)PCPU_PTR(dbreg);
613 d = (struct dbreg *)PCPU_PTR(dbreg);
H A Dmachdep.c1591 PCPU_SET(pti_rsp0, ((vm_offset_t)PCPU_PTR(pti_stack) +
/freebsd-12-stable/sys/mips/mips/
H A Dmp_machdep.c125 ipi_bitmap = atomic_readandclear_int(PCPU_PTR(pending_ipis));
/freebsd-12-stable/sys/riscv/riscv/
H A Dmp_machdep.c330 ipi_bitmap = atomic_readandclear_int(PCPU_PTR(pending_ipis));
/freebsd-12-stable/sys/powerpc/aim/
H A Dmmu_oea64.c1322 mtx_assert(PCPU_PTR(aim.qmap_lock), MA_NOTOWNED);
1325 mtx_lock(PCPU_PTR(aim.qmap_lock));
1340 mtx_assert(PCPU_PTR(aim.qmap_lock), MA_OWNED);
1343 mtx_unlock(PCPU_PTR(aim.qmap_lock));
/freebsd-12-stable/sys/kern/
H A Dkern_clock.c641 cp_time = (long *)PCPU_PTR(cp_time);
H A Dsubr_witness.c1472 lock_list = PCPU_PTR(spinlocks);
1623 lock_list = PCPU_PTR(spinlocks);
2522 witness_list_locks(PCPU_PTR(spinlocks), db_printf);
/freebsd-12-stable/sys/arm/arm/
H A Ddebug_monitor.c1029 d = (struct dbreg *)PCPU_PTR(dbreg);
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dpmap.c2291 atomic_store_acq_ptr((uintptr_t *)PCPU_PTR(pmap), (uintptr_t)pm);

Completed in 126 milliseconds