Searched refs:pgprintk (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/arch/x86/kvm/ |
D | paging_tmpl.h | 452 pgprintk("%s: pte %llx pte_access %x pt_access %x\n", in FNAME() 526 pgprintk("%s: gpte %llx spte %p\n", __func__, (u64)gpte, spte); in FNAME() 783 pgprintk("%s: addr %lx err %x\n", __func__, addr, error_code); in FNAME() 804 pgprintk("%s: guest page fault\n", __func__); in FNAME()
|
D | mmu.c | 104 #define pgprintk(x...) do { if (dbg) printk(x); } while (0) macro 108 #define pgprintk(x...) do { } while (0) macro 2933 pgprintk("%s: looking for gfn %llx\n", __func__, gfn); in kvm_mmu_unprotect_page() 2937 pgprintk("%s: gfn %llx role %x\n", __func__, gfn, in kvm_mmu_unprotect_page() 3125 pgprintk("%s: found shadow page for %llx, marking ro\n", in set_spte() 3158 pgprintk("%s: spte %llx write_fault %d gfn %llx\n", __func__, in mmu_set_spte() 3175 pgprintk("hfn old %llx new %llx\n", in mmu_set_spte() 3198 pgprintk("%s: setting spte %llx\n", __func__, *sptep); in mmu_set_spte() 4158 pgprintk("%s: gva %lx error %x\n", __func__, gva, error_code); in nonpaging_page_fault() 5365 pgprintk("misaligned: gpa %llx bytes %d role %x\n", in detect_write_misaligned() [all …]
|