Searched refs:get_pcpu (Results 1 – 16 of 16) sorted by relevance
| /src/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))
|
| /src/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))
|
| /src/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__ ({ \ macro
|
| /src/sys/i386/include/ |
| H A D | pcpu.h | 112 (&get_pcpu()->name) 178 #define get_pcpu() __extension__ ({ \ macro
|
| /src/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()
|
| /src/sys/amd64/vmm/ |
| H A D | vmm_host.h | 79 return ((uint64_t)get_pcpu()); in vmm_get_host_gsbase()
|
| /src/sys/arm64/include/ |
| H A D | pcpu.h | 64 get_pcpu(void) in get_pcpu() function
|
| /src/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
|
| /src/sys/dev/random/fenestrasX/ |
| H A D | fx_main.c | 148 pcpu = get_pcpu(); in _fxrng_alg_read()
|
| /src/sys/arm64/arm64/ |
| H A D | trap.c | 675 KASSERT((uintptr_t)get_pcpu() >= VM_MIN_KERNEL_ADDRESS, in do_el0_sync() 677 get_pcpu(), READ_SPECIALREG(tpidr_el1))); in do_el0_sync()
|
| /src/sys/arm/arm/ |
| H A D | pmap-v6.c | 1212 pc = get_pcpu(); in pmap_bootstrap() 1672 pc = get_pcpu(); in pmap_pt2pg_zero() 5789 pc = get_pcpu(); in pmap_page_set_memattr() 5881 pc = get_pcpu(); in pmap_zero_page() 5908 pc = get_pcpu(); in pmap_zero_page_area() 5938 pc = get_pcpu(); in pmap_copy_page() 5973 pc = get_pcpu(); in pmap_copy_pages() 6016 pc = get_pcpu(); in pmap_quick_enter_page() 6032 pc = get_pcpu(); in pmap_quick_remove_page() 6329 pc = get_pcpu(); in pmap_dcache_wb_pou() [all …]
|
| /src/sys/i386/i386/ |
| H A D | copyout.c | 109 pc = get_pcpu(); in cp_slow0()
|
| H A D | pmap.c | 664 pc = get_pcpu(); in __CONCAT() 4592 pc = get_pcpu(); in __CONCAT() 4623 pc = get_pcpu(); in __CONCAT() 4650 pc = get_pcpu(); in __CONCAT() 4683 pc = get_pcpu(); in __CONCAT() 5661 pc = get_pcpu(); in __CONCAT()
|
| /src/sys/net/ |
| H A D | netisr.c | 1340 pc = get_pcpu(); in netisr_init()
|
| /src/sys/amd64/vmm/amd/ |
| H A D | svm.c | 2243 svm_launch(vmcb_pa, gctx, get_pcpu()); in svm_run()
|