Searched refs:cpu_mem (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/hyperv/vmbus/ |
H A D | hyperv_mmu.c | 147 flush = *VMBUS_PCPU_PTR(sc, cpu_mem, curcpu); in hv_vm_tlb_flush() 255 if(*VMBUS_PCPU_PTR(sc, cpu_mem, curcpu) == NULL) in hv_flush_tlb_others_ex() 257 flush = *VMBUS_PCPU_PTR(sc, cpu_mem, curcpu); in hv_flush_tlb_others_ex()
|
H A D | vmbus_var.h | 78 void *cpu_mem; /* For Hyper-V tlb hypercall */ member
|
H A D | vmbus.c | 1401 hv_cpu_mem = VMBUS_PCPU_PTR(sc, cpu_mem, cpu); in vmbus_alloc_cpu_mem() 1419 hv_cpu_mem = VMBUS_PCPU_PTR(sc, cpu_mem, cpu); in vmbus_free_cpu_mem()
|