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

/freebsd-12-stable/sys/riscv/include/
H A Dpcpu.h59 get_pcpu(void) 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-12-stable/sys/arm64/include/
H A Dpcpu.h55 get_pcpu(void) function
74 #define PCPU_GET(member) (get_pcpu()->pc_ ## member)
75 #define PCPU_ADD(member, value) (get_pcpu()->pc_ ## member += (value))
77 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member)
78 #define PCPU_SET(member,value) (get_pcpu()->pc_ ## member = (value))
/freebsd-12-stable/sys/arm/include/
H A Dpcpu.h90 #define get_pcpu() (pcpup) macro
92 #define get_pcpu() __extension__ ({ \ macro
144 #define get_pcpu() pcpup macro
147 #define PCPU_GET(member) (get_pcpu()->pc_ ## member)
148 #define PCPU_ADD(member, value) (get_pcpu()->pc_ ## member += (value))
150 #define PCPU_PTR(member) (&get_pcpu()->pc_ ## member)
151 #define PCPU_SET(member,value) (get_pcpu()->pc_ ## member = (value))
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm_host.h79 return ((uint64_t)get_pcpu());
/freebsd-12-stable/sys/sparc64/include/
H A Dpcpu.h79 #define get_pcpu() (pcpup) macro
/freebsd-12-stable/sys/mips/include/
H A Dpcpu.h73 * physical page for each CPU, get_pcpu() must use the pc_self
76 #define get_pcpu() (PCPUP->pc_self) macro
/freebsd-12-stable/sys/kern/
H A Dkern_rmlock.c161 pc = get_pcpu();
263 pc = get_pcpu();
355 pc = get_pcpu();
420 pc = get_pcpu();
645 KASSERT(rm_trackers_present(get_pcpu(), rm,
775 count = rm_trackers_present(get_pcpu(), rm, curthread);
801 count = rm_trackers_present(get_pcpu(), rm, curthread);
/freebsd-12-stable/sys/powerpc/include/
H A Dcpufunc.h206 get_pcpu(void) function
H A Dpcpu.h144 #define pcpup (get_pcpu())
/freebsd-12-stable/sys/i386/include/
H A Dpcpu.h205 #define get_pcpu() __extension__ ({ \ macro
/freebsd-12-stable/sys/amd64/include/
H A Dpcpu.h209 #define get_pcpu() __extension__ ({ \ macro
/freebsd-12-stable/sys/arm64/arm64/
H A Dtrap.c352 KASSERT((uintptr_t)get_pcpu() >= VM_MIN_KERNEL_ADDRESS,
354 get_pcpu(), READ_SPECIALREG(tpidr_el1)));
/freebsd-12-stable/sys/i386/i386/
H A Dcopyout.c120 pc = get_pcpu();
H A Dpmap.c646 pc = get_pcpu();
4551 pc = get_pcpu();
4582 pc = get_pcpu();
4609 pc = get_pcpu();
4644 pc = get_pcpu();
5652 pc = get_pcpu();
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v6.c1215 pc = get_pcpu();
1653 pc = get_pcpu();
5795 pc = get_pcpu();
5888 pc = get_pcpu();
5915 pc = get_pcpu();
5945 pc = get_pcpu();
5980 pc = get_pcpu();
6023 pc = get_pcpu();
6039 pc = get_pcpu();
6347 pc = get_pcpu();
[all...]
/freebsd-12-stable/sys/net/
H A Dnetisr.c1313 pc = get_pcpu();
/freebsd-12-stable/sys/amd64/vmm/amd/
H A Dsvm.c2083 svm_launch(vmcb_pa, gctx, get_pcpu());

Completed in 132 milliseconds