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

/freebsd-11-stable/sys/riscv/include/
H A Dpcpu.h83 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
/freebsd-11-stable/sys/mips/include/
H A Dpcpu.h71 #define PCPU_PTR(member) (&PCPUP->pc_ ## member) macro
/freebsd-11-stable/sys/arm64/include/
H A Dpcpu.h72 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
/freebsd-11-stable/sys/sparc64/include/
H A Dpcpu.h95 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
/freebsd-11-stable/sys/arm/include/
H A Dpcpu.h146 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dpcpu.h168 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
/freebsd-11-stable/sys/i386/include/
H A Dpcpu.h88 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
217 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
/freebsd-11-stable/sys/amd64/include/
H A Dpcpu.h96 #define PCPU_PTR(member) (&pcpup->pc_ ## member) macro
221 #define PCPU_PTR(member) __PCPU_PTR(pc_ ## member) macro
/freebsd-11-stable/sys/x86/x86/
H A Dcpu_machdep.c245 state = (int *)PCPU_PTR(monitorbuf);
517 state = (int *)PCPU_PTR(monitorbuf);
537 state = (int *)PCPU_PTR(monitorbuf);
569 state = (int *)PCPU_PTR(monitorbuf);
594 state = (int *)PCPU_PTR(monitorbuf);
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_trace.c494 d = (struct dbreg *)PCPU_PTR(dbreg);
543 d = (struct dbreg *)PCPU_PTR(dbreg);
624 d = (struct dbreg *)PCPU_PTR(dbreg);
H A Dmachdep.c1846 PCPU_SET(pti_rsp0, ((vm_offset_t)PCPU_PTR(pti_stack) +
H A Dpmap.c7612 rsp0 = ((vm_offset_t)PCPU_PTR(pti_stack) +
/freebsd-11-stable/sys/riscv/riscv/
H A Dmp_machdep.c289 ipi_bitmap = atomic_readandclear_int(PCPU_PTR(pending_ipis));
/freebsd-11-stable/sys/mips/mips/
H A Dmp_machdep.c123 ipi_bitmap = atomic_readandclear_int(PCPU_PTR(pending_ipis));
/freebsd-11-stable/sys/kern/
H A Dkern_clock.c714 cp_time = (long *)PCPU_PTR(cp_time);
H A Dsubr_witness.c1435 lock_list = PCPU_PTR(spinlocks);
1586 lock_list = PCPU_PTR(spinlocks);
2495 witness_list_locks(PCPU_PTR(spinlocks), db_printf);
/freebsd-11-stable/sys/powerpc/aim/
H A Dmmu_oea64.c1259 mtx_assert(PCPU_PTR(qmap_lock), MA_NOTOWNED);
1262 mtx_lock(PCPU_PTR(qmap_lock));
1277 mtx_assert(PCPU_PTR(qmap_lock), MA_OWNED);
1280 mtx_unlock(PCPU_PTR(qmap_lock));
/freebsd-11-stable/sys/arm/arm/
H A Ddebug_monitor.c1029 d = (struct dbreg *)PCPU_PTR(dbreg);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dpmap.c2328 atomic_store_acq_ptr((uintptr_t *)PCPU_PTR(pmap), (uintptr_t)pm);

Completed in 169 milliseconds