Home
last modified time | relevance | path

Searched refs:get_pcpu (Results 1 – 15 of 15) 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/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/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.h77 return ((uint64_t)get_pcpu()); in vmm_get_host_gsbase()
/freebsd/sys/arm64/include/
H A Dpcpu.h63 get_pcpu(void) in get_pcpu() function
/freebsd/sys/powerpc/include/
H A Dpcpu.h147 #define pcpup (get_pcpu())
H A Dcpufunc.h250 get_pcpu(void) in get_pcpu() function
/freebsd/sys/dev/random/fenestrasX/
H A Dfx_main.c148 pcpu = get_pcpu(); in _fxrng_alg_read()
/freebsd/sys/i386/include/
H A Dpcpu.h112 (&get_pcpu()->name)
178 #define get_pcpu() __extension__ ({ \
185 #define get_pcpu( global() macro
/freebsd/sys/arm64/arm64/
H A Dtrap.c607 KASSERT((uintptr_t)get_pcpu() >= VM_MIN_KERNEL_ADDRESS, in do_el0_sync()
609 get_pcpu(), READ_SPECIALREG(tpidr_el1))); in do_el0_sync()
/freebsd/sys/i386/i386/
H A Dcopyout.c109 pc = get_pcpu(); in cp_slow0()
H A Dpmap.c673 pc = get_pcpu(); in __CONCAT()
4595 pc = get_pcpu(); in __CONCAT()
4626 pc = get_pcpu(); in __CONCAT()
4653 pc = get_pcpu(); in __CONCAT()
4686 pc = get_pcpu(); in __CONCAT()
5662 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.c2227 svm_launch(vmcb_pa, gctx, get_pcpu()); in svm_run()