Home
last modified time | relevance | path

Searched refs:pgprintk (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/x86/kvm/mmu/
Dmmu_internal.h14 #define pgprintk(x...) do { if (dbg) printk(x); } while (0) macro
18 #define pgprintk(x...) do { } while (0) macro
Dpaging_tmpl.h459 pgprintk("%s: pte %llx pte_access %x pt_access %x\n", in FNAME()
532 pgprintk("%s: gpte %llx spte %p\n", __func__, (u64)gpte, spte); in FNAME()
797 pgprintk("%s: addr %lx err %x\n", __func__, fault->addr, fault->error_code); in FNAME()
812 pgprintk("%s: guest page fault\n", __func__); in FNAME()
Dspte.c212 pgprintk("%s: found shadow page for %llx, marking ro\n", in make_spte()
Dmmu.c2633 pgprintk("%s: looking for gfn %llx\n", __func__, gfn); in kvm_mmu_unprotect_page()
2637 pgprintk("%s: gfn %llx role %x\n", __func__, gfn, in kvm_mmu_unprotect_page()
2796 pgprintk("%s: spte %llx write_fault %d gfn %llx\n", __func__, in mmu_set_spte()
2818 pgprintk("hfn old %llx new %llx\n", in mmu_set_spte()
2845 pgprintk("%s: setting spte %llx\n", __func__, *sptep); in mmu_set_spte()
4287 pgprintk("%s: gva %lx error %x\n", __func__, fault->addr, fault->error_code); in nonpaging_page_fault()
5431 pgprintk("misaligned: gpa %llx bytes %d role %x\n", in detect_write_misaligned()
5499 pgprintk("%s: gpa %llx bytes %d\n", __func__, gpa, bytes); in kvm_mmu_pte_write()