Searched refs:pgprintk (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/arch/x86/kvm/ |
H A D | paging_tmpl.h | 397 pgprintk("%s: pte %llx pte_access %x pt_access %x\n", walk_addr_generic() 464 pgprintk("%s: gpte %llx spte %p\n", __func__, (u64)gpte, spte); prefetch_gpte() 705 pgprintk("%s: addr %lx err %x\n", __func__, addr, error_code); page_fault() 733 pgprintk("%s: guest page fault\n", __func__); page_fault()
|
H A D | mmu.c | 69 #define pgprintk(x...) do { if (dbg) printk(x); } while (0) macro 73 #define pgprintk(x...) do { } while (0) macro 2421 pgprintk("%s: looking for gfn %llx\n", __func__, gfn); kvm_mmu_unprotect_page() 2425 pgprintk("%s: gfn %llx role %x\n", __func__, gfn, for_each_gfn_indirect_valid_sp() 2547 pgprintk("%s: found shadow page for %llx, marking ro\n", set_spte() 2575 pgprintk("%s: spte %llx write_fault %d gfn %llx\n", __func__, mmu_set_spte() 2592 pgprintk("hfn old %llx new %llx\n", mmu_set_spte() 2610 pgprintk("%s: setting spte %llx\n", __func__, *sptep); mmu_set_spte() 2611 pgprintk("instantiating %s PTE (%s) at %llx (%llx) addr %p\n", mmu_set_spte() 3403 pgprintk("%s: gva %lx error %x\n", __func__, gva, error_code); nonpaging_page_fault() 4234 pgprintk("misaligned: gpa %llx bytes %d role %x\n", detect_write_misaligned() 4311 pgprintk("%s: gpa %llx bytes %d\n", __func__, gpa, bytes); kvm_mmu_pte_write()
|
Completed in 80 milliseconds