Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dpcpu.h81 #define get_pcpu() (pcpup) macro
83 #define get_pcpu() __extension__ ({ \ macro
134 #define PCPU_GET(member) (get_pcpu()->pc_ ## member)
135 #define PCPU_ADD(member, value) (get_pcpu()->pc_ ## member += (value))
136 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member)
137 #define PCPU_SET(member,value) (get_pcpu()->pc_ ## member = (value))
/freebsd/sys/riscv/include/
H A Dpcpu.h58 get_pcpu(void) in get_pcpu() function
79 #define PCPU_GET(member) (get_pcpu()->pc_ ## member)
80 #define PCPU_ADD(member, value) (get_pcpu()->pc_ ## member += (value))
81 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member)
82 #define PCPU_SET(member,value) (get_pcpu()->pc_ ## member = (value))
/freebsd/sys/arm64/include/
H A Dpcpu.h62 get_pcpu(void) in get_pcpu() function
81 #define PCPU_GET(member) (get_pcpu()->pc_ ## member)
82 #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/sys/amd64/include/
H A Dpcpu.h121 #define get_pcpu() __extension__ ({ \ macro
131 struct pcpu *__pc = get_pcpu(); \
186 (&get_pcpu()->name)
252 #define get_pcpu() __extension__ ({ \
259 #define get_pcpu( global() macro
/freebsd/sys/i386/include/
H A Dpcpu.h112 (&get_pcpu()->name)
178 #define get_pcpu() __extension__ ({ \ macro
/freebsd/sys/kern/
H A Dkern_rmlock.c160 pc = get_pcpu(); in unlock_rm()
262 pc = get_pcpu(); in rm_cleanIPI()
354 pc = get_pcpu(); in _rm_rlock_hard()
419 pc = get_pcpu(); in _rm_rlock_hard()
644 KASSERT(rm_trackers_present(get_pcpu(), rm, in _rm_rlock_debug()
774 count = rm_trackers_present(get_pcpu(), rm, curthread); in _rm_assert()
800 count = rm_trackers_present(get_pcpu(), rm, curthread); in _rm_assert()
/freebsd/sys/amd64/vmm/
H A Dvmm_host.h79 return ((uint64_t)get_pcpu()); in vmm_get_host_gsbase()
/freebsd/sys/dev/random/fenestrasX/
H A Dfx_main.c148 pcpu = get_pcpu(); in _fxrng_alg_read()
/freebsd/sys/powerpc/include/
H A Dpcpu.h148 #define pcpup (get_pcpu())
H A Dcpufunc.h250 get_pcpu(void) in get_pcpu() function
/freebsd/sys/arm64/arm64/
H A Dtrap.c697 KASSERT((uintptr_t)get_pcpu() >= VM_MIN_KERNEL_ADDRESS, in do_el0_sync()
699 get_pcpu(), READ_SPECIALREG(tpidr_el1))); in do_el0_sync()
/freebsd/sys/arm/arm/
H A Dpmap-v6.c1212 pc = get_pcpu(); in pmap_bootstrap()
1672 pc = get_pcpu(); in pmap_pt2pg_zero()
5790 pc = get_pcpu(); in pmap_page_set_memattr()
5882 pc = get_pcpu(); in pmap_zero_page()
5909 pc = get_pcpu(); in pmap_zero_page_area()
5939 pc = get_pcpu(); in pmap_copy_page()
5974 pc = get_pcpu(); in pmap_copy_pages()
6017 pc = get_pcpu(); in pmap_quick_enter_page()
6033 pc = get_pcpu(); in pmap_quick_remove_page()
6331 pc = get_pcpu(); in pmap_dcache_wb_pou()
[all …]
/freebsd/sys/i386/i386/
H A Dcopyout.c109 pc = get_pcpu(); in cp_slow0()
H A Dpmap.c664 pc = get_pcpu(); in __CONCAT()
4594 pc = get_pcpu(); in __CONCAT()
4625 pc = get_pcpu(); in __CONCAT()
4652 pc = get_pcpu(); in __CONCAT()
4685 pc = get_pcpu(); in __CONCAT()
5663 pc = get_pcpu(); in __CONCAT()
/freebsd/sys/net/
H A Dnetisr.c1340 pc = get_pcpu(); in netisr_init()
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c2243 svm_launch(vmcb_pa, gctx, get_pcpu()); in svm_run()