Searched refs:get_pcpu (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/arm/include/ |
H A D | pcpu.h | 81 #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 D | pcpu.h | 58 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 D | pcpu.h | 121 #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 D | kern_rmlock.c | 160 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 D | vmm_host.h | 77 return ((uint64_t)get_pcpu()); in vmm_get_host_gsbase()
|
/freebsd/sys/arm64/include/ |
H A D | pcpu.h | 63 get_pcpu(void) in get_pcpu() function
|
/freebsd/sys/powerpc/include/ |
H A D | pcpu.h | 147 #define pcpup (get_pcpu())
|
H A D | cpufunc.h | 250 get_pcpu(void) in get_pcpu() function
|
/freebsd/sys/dev/random/fenestrasX/ |
H A D | fx_main.c | 148 pcpu = get_pcpu(); in _fxrng_alg_read()
|
/freebsd/sys/i386/include/ |
H A D | pcpu.h | 112 (&get_pcpu()->name) 178 #define get_pcpu() __extension__ ({ \ 185 #define get_pcpu( global() macro
|
/freebsd/sys/arm64/arm64/ |
H A D | trap.c | 607 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 D | copyout.c | 109 pc = get_pcpu(); in cp_slow0()
|
H A D | pmap.c | 673 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 D | netisr.c | 1340 pc = get_pcpu(); in netisr_init()
|
/freebsd/sys/amd64/vmm/amd/ |
H A D | svm.c | 2227 svm_launch(vmcb_pa, gctx, get_pcpu()); in svm_run()
|