Searched refs:pgprintk (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
D | mmu_internal.h | 14 #define pgprintk(x...) do { if (dbg) printk(x); } while (0) macro 18 #define pgprintk(x...) do { } while (0) macro
|
D | paging_tmpl.h | 464 pgprintk("%s: pte %llx pte_access %x pt_access %x\n", in FNAME() 538 pgprintk("%s: gpte %llx spte %p\n", __func__, (u64)gpte, spte); in FNAME() 797 pgprintk("%s: addr %lx err %x\n", __func__, addr, error_code); in FNAME() 814 pgprintk("%s: guest page fault\n", __func__); in FNAME()
|
D | spte.c | 149 pgprintk("%s: found shadow page for %llx, marking ro\n", in make_spte()
|
D | mmu.c | 2474 pgprintk("%s: looking for gfn %llx\n", __func__, gfn); in kvm_mmu_unprotect_page() 2478 pgprintk("%s: gfn %llx role %x\n", __func__, gfn, in kvm_mmu_unprotect_page() 2598 pgprintk("%s: spte %llx write_fault %d gfn %llx\n", __func__, in mmu_set_spte() 2614 pgprintk("hfn old %llx new %llx\n", in mmu_set_spte() 2646 pgprintk("%s: setting spte %llx\n", __func__, *sptep); in mmu_set_spte() 3759 pgprintk("%s: gva %lx error %x\n", __func__, gpa, error_code); in nonpaging_page_fault() 4936 pgprintk("misaligned: gpa %llx bytes %d role %x\n", in detect_write_misaligned() 5006 pgprintk("%s: gpa %llx bytes %d\n", __func__, gpa, bytes); in kvm_mmu_pte_write()
|