Symbol: get_pcpu
sys/amd64/include/pcpu.h
131
struct pcpu *__pc = get_pcpu(); \
sys/amd64/include/pcpu.h
186
(&get_pcpu()->name)
sys/amd64/vmm/amd/svm.c
2243
svm_launch(vmcb_pa, gctx, get_pcpu());
sys/amd64/vmm/vmm_host.h
79
return ((uint64_t)get_pcpu());
sys/arm/arm/pmap-v6.c
1212
pc = get_pcpu();
sys/arm/arm/pmap-v6.c
1672
pc = get_pcpu();
sys/arm/arm/pmap-v6.c
5790
pc = get_pcpu();
sys/arm/arm/pmap-v6.c
5882
pc = get_pcpu();
sys/arm/arm/pmap-v6.c
5909
pc = get_pcpu();
sys/arm/arm/pmap-v6.c
5939
pc = get_pcpu();
sys/arm/arm/pmap-v6.c
5974
pc = get_pcpu();
sys/arm/arm/pmap-v6.c
6017
pc = get_pcpu();
sys/arm/arm/pmap-v6.c
6033
pc = get_pcpu();
sys/arm/arm/pmap-v6.c
6331
pc = get_pcpu();
sys/arm/arm/pmap-v6.c
6630
pc = get_pcpu();
sys/arm/include/pcpu.h
134
#define PCPU_GET(member) (get_pcpu()->pc_ ## member)
sys/arm/include/pcpu.h
135
#define PCPU_ADD(member, value) (get_pcpu()->pc_ ## member += (value))
sys/arm/include/pcpu.h
136
#define PCPU_PTR(member) (&get_pcpu()->pc_ ## member)
sys/arm/include/pcpu.h
137
#define PCPU_SET(member,value) (get_pcpu()->pc_ ## member = (value))
sys/arm64/arm64/trap.c
717
KASSERT((uintptr_t)get_pcpu() >= VM_MIN_KERNEL_ADDRESS,
sys/arm64/arm64/trap.c
719
get_pcpu(), READ_SPECIALREG(tpidr_el1)));
sys/arm64/include/pcpu.h
80
#define PCPU_GET(member) (get_pcpu()->pc_ ## member)
sys/arm64/include/pcpu.h
81
#define PCPU_ADD(member, value) (get_pcpu()->pc_ ## member += (value))
sys/arm64/include/pcpu.h
82
#define PCPU_PTR(member) (&get_pcpu()->pc_ ## member)
sys/arm64/include/pcpu.h
83
#define PCPU_SET(member,value) (get_pcpu()->pc_ ## member = (value))
sys/dev/random/fenestrasX/fx_main.c
148
pcpu = get_pcpu();
sys/i386/i386/copyout.c
109
pc = get_pcpu();
sys/i386/i386/pmap.c
4594
pc = get_pcpu();
sys/i386/i386/pmap.c
4625
pc = get_pcpu();
sys/i386/i386/pmap.c
4652
pc = get_pcpu();
sys/i386/i386/pmap.c
4685
pc = get_pcpu();
sys/i386/i386/pmap.c
5663
pc = get_pcpu();
sys/i386/i386/pmap.c
664
pc = get_pcpu();
sys/i386/include/pcpu.h
113
(&get_pcpu()->name)
sys/kern/kern_rmlock.c
160
pc = get_pcpu();
sys/kern/kern_rmlock.c
262
pc = get_pcpu();
sys/kern/kern_rmlock.c
354
pc = get_pcpu();
sys/kern/kern_rmlock.c
419
pc = get_pcpu();
sys/kern/kern_rmlock.c
644
KASSERT(rm_trackers_present(get_pcpu(), rm,
sys/kern/kern_rmlock.c
774
count = rm_trackers_present(get_pcpu(), rm, curthread);
sys/kern/kern_rmlock.c
800
count = rm_trackers_present(get_pcpu(), rm, curthread);
sys/net/netisr.c
1340
pc = get_pcpu();
sys/powerpc/include/pcpu.h
148
#define pcpup (get_pcpu())
sys/riscv/include/pcpu.h
79
#define PCPU_GET(member) (get_pcpu()->pc_ ## member)
sys/riscv/include/pcpu.h
80
#define PCPU_ADD(member, value) (get_pcpu()->pc_ ## member += (value))
sys/riscv/include/pcpu.h
81
#define PCPU_PTR(member) (&get_pcpu()->pc_ ## member)
sys/riscv/include/pcpu.h
82
#define PCPU_SET(member,value) (get_pcpu()->pc_ ## member = (value))