Searched refs:xx_pmd (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/sh64/mm/ |
D | fault.c | 583 unsigned long xx_pgd, xx_pmd, xx_pte; in audit_mm() local 604 xx_pmd = (unsigned long) pmd; in audit_mm() 605 if (xx_pmd == _PGD_EMPTY) continue; in audit_mm() 606 if (!is_present(xx_pmd)) { in audit_mm() 607 printk("PID %5d, pgd[%d] not present (=%08lx)\n", pid, i, xx_pmd); in audit_mm() 612 if (!starts_a(xx_pmd)) { in audit_mm() 613 printk("PID %5d, pgd[%d] corrupted (=%08lx)\n", pid, i, xx_pmd); in audit_mm()
|