Home
last modified time | relevance | path

Searched refs:get_pcpu (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/sys/arm/include/
H A Dpcpu.h84 #define get_pcpu() (pcpup) macro
86 #define get_pcpu() __extension__ ({ \ macro
137 #define PCPU_GET(member) (get_pcpu()->pc_ ## member)
138 #define PCPU_ADD(member, value) (get_pcpu()->pc_ ## member += (value))
140 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member)
141 #define PCPU_SET(member,value) (get_pcpu()->pc_ ## member = (value))
/freebsd-13.1/sys/riscv/include/
H A Dpcpu.h59 get_pcpu(void) in get_pcpu() function
80 #define PCPU_GET(member) (get_pcpu()->pc_ ## member)
81 #define PCPU_ADD(member, value) (get_pcpu()->pc_ ## member += (value))
83 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member)
84 #define PCPU_SET(member,value) (get_pcpu()->pc_ ## member = (value))
/freebsd-13.1/sys/kern/
H A Dkern_rmlock.c162 pc = get_pcpu(); in unlock_rm()
264 pc = get_pcpu(); in rm_cleanIPI()
356 pc = get_pcpu(); in _rm_rlock_hard()
421 pc = get_pcpu(); in _rm_rlock_hard()
646 KASSERT(rm_trackers_present(get_pcpu(), rm, in _rm_rlock_debug()
776 count = rm_trackers_present(get_pcpu(), rm, curthread); in _rm_assert()
802 count = rm_trackers_present(get_pcpu(), rm, curthread); in _rm_assert()
/freebsd-13.1/sys/amd64/vmm/
H A Dvmm_host.h79 return ((uint64_t)get_pcpu()); in vmm_get_host_gsbase()
/freebsd-13.1/sys/arm64/include/
H A Dpcpu.h62 get_pcpu(void) in get_pcpu() function
/freebsd-13.1/sys/mips/include/
H A Dpcpu.h82 #define get_pcpu() (PCPUP->pc_self) macro
/freebsd-13.1/sys/powerpc/include/
H A Dpcpu.h149 #define pcpup (get_pcpu())
H A Dcpufunc.h252 get_pcpu(void) in get_pcpu() function
/freebsd-13.1/sys/dev/random/fenestrasX/
H A Dfx_main.c151 pcpu = get_pcpu(); in _fxrng_alg_read()
/freebsd-13.1/sys/i386/include/
H A Dpcpu.h216 #define get_pcpu() __extension__ ({ \ macro
/freebsd-13.1/sys/arm64/arm64/
H A Dtrap.c513 KASSERT((uintptr_t)get_pcpu() >= VM_MIN_KERNEL_ADDRESS, in do_el0_sync()
515 get_pcpu(), READ_SPECIALREG(tpidr_el1))); in do_el0_sync()
/freebsd-13.1/sys/amd64/include/
H A Dpcpu.h231 #define get_pcpu() __extension__ ({ \ macro
/freebsd-13.1/sys/arm/arm/
H A Dpmap-v6.c1215 pc = get_pcpu(); in pmap_bootstrap()
1653 pc = get_pcpu(); in pmap_pt2pg_zero()
5775 pc = get_pcpu(); in pmap_page_set_memattr()
5868 pc = get_pcpu(); in pmap_zero_page()
5895 pc = get_pcpu(); in pmap_zero_page_area()
5925 pc = get_pcpu(); in pmap_copy_page()
5960 pc = get_pcpu(); in pmap_copy_pages()
6003 pc = get_pcpu(); in pmap_quick_enter_page()
6019 pc = get_pcpu(); in pmap_quick_remove_page()
6324 pc = get_pcpu(); in pmap_dcache_wb_pou()
[all …]
/freebsd-13.1/sys/i386/i386/
H A Dcopyout.c112 pc = get_pcpu(); in cp_slow0()
H A Dpmap.c684 pc = get_pcpu(); in __CONCAT()
4511 pc = get_pcpu(); in __CONCAT()
4542 pc = get_pcpu(); in __CONCAT()
4569 pc = get_pcpu(); in __CONCAT()
4602 pc = get_pcpu(); in __CONCAT()
5576 pc = get_pcpu(); in __CONCAT()
/freebsd-13.1/sys/net/
H A Dnetisr.c1332 pc = get_pcpu(); in netisr_init()
/freebsd-13.1/sys/amd64/vmm/amd/
H A Dsvm.c2110 svm_launch(vmcb_pa, gctx, get_pcpu()); in svm_run()