Home
last modified time | relevance | path

Searched refs:get_pcpu (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dpcpu.h84 #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 Dpcpu.h34 #undef get_pcpu
44 #define get_pcpu() (pcpup->pc_ ## prvspace) macro
/f-stack/freebsd/amd64/vmm/
H A Dvmm_host.h79 return ((uint64_t)get_pcpu()); in vmm_get_host_gsbase()
/f-stack/freebsd/arm64/include/
H A Dpcpu.h61 #define get_pcpu() pcpup macro
/f-stack/freebsd/kern/
H A Dkern_rmlock.c162 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 Dpcpu.h82 #define get_pcpu() (PCPUP->pc_self) macro
/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_manager.h122 uint16_t get_pcpu(struct channel_info *chan_info, unsigned int vcpu);
H A Dchannel_manager.c192 get_pcpu(struct channel_info *chan_info, unsigned int vcpu) in get_pcpu() function
H A Dchannel_monitor.c834 core_num = get_pcpu(chan_info, pkt->resource_id); in process_request()
/f-stack/freebsd/i386/include/
H A Dpcpu.h216 #define get_pcpu() __extension__ ({ \ macro
/f-stack/freebsd/arm64/arm64/
H A Dtrap.c453 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 Dpcpu.h232 #define get_pcpu() __extension__ ({ \ macro
/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c1215 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 Dcopyout.c113 pc = get_pcpu(); in cp_slow0()
H A Dpmap.c684 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 Dnetisr.c1332 pc = get_pcpu(); in netisr_init()
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c2110 svm_launch(vmcb_pa, gctx, get_pcpu()); in svm_run()