| /f-stack/freebsd/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))
|
| /f-stack/lib/include/amd64/include/ |
| H A D | pcpu.h | 34 #undef get_pcpu 44 #define get_pcpu() (pcpup->pc_ ## prvspace) macro
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_host.h | 79 return ((uint64_t)get_pcpu()); in vmm_get_host_gsbase()
|
| /f-stack/freebsd/arm64/include/ |
| H A D | pcpu.h | 61 #define get_pcpu() pcpup macro
|
| /f-stack/freebsd/kern/ |
| H A D | kern_rmlock.c | 162 pc = get_pcpu(); in unlock_rm() 264 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()
|
| /f-stack/freebsd/mips/include/ |
| H A D | pcpu.h | 82 #define get_pcpu() (PCPUP->pc_self) macro
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | channel_manager.h | 122 uint16_t get_pcpu(struct channel_info *chan_info, unsigned int vcpu);
|
| H A D | channel_manager.c | 192 get_pcpu(struct channel_info *chan_info, unsigned int vcpu) in get_pcpu() function
|
| H A D | channel_monitor.c | 834 core_num = get_pcpu(chan_info, pkt->resource_id); in process_request()
|
| /f-stack/freebsd/i386/include/ |
| H A D | pcpu.h | 216 #define get_pcpu() __extension__ ({ \ macro
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | trap.c | 453 KASSERT((uintptr_t)get_pcpu() >= VM_MIN_KERNEL_ADDRESS, in do_el0_sync() 455 get_pcpu(), READ_SPECIALREG(tpidr_el1))); in do_el0_sync()
|
| /f-stack/freebsd/amd64/include/ |
| H A D | pcpu.h | 232 #define get_pcpu() __extension__ ({ \ macro
|
| /f-stack/freebsd/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 …]
|
| /f-stack/freebsd/i386/i386/ |
| H A D | copyout.c | 113 pc = get_pcpu(); in cp_slow0()
|
| H A D | pmap.c | 684 pc = get_pcpu(); in __CONCAT() 4519 pc = get_pcpu(); in __CONCAT() 4550 pc = get_pcpu(); in __CONCAT() 4577 pc = get_pcpu(); in __CONCAT() 4610 pc = get_pcpu(); in __CONCAT() 5584 pc = get_pcpu(); in __CONCAT()
|
| /f-stack/freebsd/net/ |
| H A D | netisr.c | 1332 pc = get_pcpu(); in netisr_init()
|
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | svm.c | 2110 svm_launch(vmcb_pa, gctx, get_pcpu()); in svm_run()
|