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

/external/kernel-headers/original/asm-x86/
H A Dparavirt.h165 struct pv_mmu_ops { struct
255 struct pv_mmu_ops pv_mmu_ops; member in struct:paravirt_patch_template
264 extern struct pv_mmu_ops pv_mmu_ops;
511 return PVOP_CALL0(unsigned long, pv_mmu_ops.read_cr2);
516 PVOP_VCALL1(pv_mmu_ops.write_cr2, x);
521 return PVOP_CALL0(unsigned long, pv_mmu_ops.read_cr3);
526 PVOP_VCALL1(pv_mmu_ops.write_cr3, x);
727 (*pv_mmu_ops
[all...]

Completed in 40 milliseconds