| /freebsd-13.1/sys/arm/include/ |
| H A D | pcpu.h | 84 #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 D | pcpu.h | 59 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 D | kern_rmlock.c | 162 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 D | vmm_host.h | 79 return ((uint64_t)get_pcpu()); in vmm_get_host_gsbase()
|
| /freebsd-13.1/sys/arm64/include/ |
| H A D | pcpu.h | 62 get_pcpu(void) in get_pcpu() function
|
| /freebsd-13.1/sys/mips/include/ |
| H A D | pcpu.h | 82 #define get_pcpu() (PCPUP->pc_self) macro
|
| /freebsd-13.1/sys/powerpc/include/ |
| H A D | pcpu.h | 149 #define pcpup (get_pcpu())
|
| H A D | cpufunc.h | 252 get_pcpu(void) in get_pcpu() function
|
| /freebsd-13.1/sys/dev/random/fenestrasX/ |
| H A D | fx_main.c | 151 pcpu = get_pcpu(); in _fxrng_alg_read()
|
| /freebsd-13.1/sys/i386/include/ |
| H A D | pcpu.h | 216 #define get_pcpu() __extension__ ({ \ macro
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | trap.c | 513 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 D | pcpu.h | 231 #define get_pcpu() __extension__ ({ \ macro
|
| /freebsd-13.1/sys/arm/arm/ |
| H A D | pmap-v6.c | 1215 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 D | copyout.c | 112 pc = get_pcpu(); in cp_slow0()
|
| H A D | pmap.c | 684 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 D | netisr.c | 1332 pc = get_pcpu(); in netisr_init()
|
| /freebsd-13.1/sys/amd64/vmm/amd/ |
| H A D | svm.c | 2110 svm_launch(vmcb_pa, gctx, get_pcpu()); in svm_run()
|