Searched refs:pgprintk (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/kvm/mmu/ |
A D | mmu_internal.h | 14 #define pgprintk(x...) do { if (dbg) printk(x); } while (0) macro 18 #define pgprintk(x...) do { } while (0) macro
|
A D | paging_tmpl.h | 496 pgprintk("%s: pte %llx pte_access %x pt_access %x\n", in FNAME() 572 pgprintk("%s: gpte %llx spte %p\n", __func__, (u64)gpte, spte); in FNAME() 840 pgprintk("%s: addr %lx err %x\n", __func__, fault->addr, fault->error_code); in FNAME() 855 pgprintk("%s: guest page fault\n", __func__); in FNAME()
|
A D | spte.c | 165 pgprintk("%s: found shadow page for %llx, marking ro\n", in make_spte()
|
A D | mmu.c | 2538 pgprintk("%s: looking for gfn %llx\n", __func__, gfn); in kvm_mmu_unprotect_page() 2542 pgprintk("%s: gfn %llx role %x\n", __func__, gfn, in kvm_mmu_unprotect_page() 2701 pgprintk("%s: spte %llx write_fault %d gfn %llx\n", __func__, in mmu_set_spte() 2722 pgprintk("hfn old %llx new %llx\n", in mmu_set_spte() 2749 pgprintk("%s: setting spte %llx\n", __func__, *sptep); in mmu_set_spte() 4072 pgprintk("%s: gva %lx error %x\n", __func__, fault->addr, fault->error_code); in nonpaging_page_fault() 5187 pgprintk("misaligned: gpa %llx bytes %d role %x\n", in detect_write_misaligned() 5255 pgprintk("%s: gpa %llx bytes %d\n", __func__, gpa, bytes); in kvm_mmu_pte_write()
|
Completed in 21 milliseconds