Searched refs:_PAGE_PRESENT (Results 76 - 90 of 90) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_info.c322 pgprot & _PAGE_PRESENT ? 'p' : '-',
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dmmio-mod.c114 (unsigned long long)pte_val(*pte) & _PAGE_PRESENT);
H A Dinit_32.c85 if (!(pgd_val(*pgd) & _PAGE_PRESENT)) {
91 set_pgd(pgd, __pgd(__pa(pmd_table) | _PAGE_PRESENT));
110 if (!(pmd_val(*pmd) & _PAGE_PRESENT)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Dfault.c257 if (page & _PAGE_PRESENT) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dmmu.c546 if (val & _PAGE_PRESENT) {
557 if (val & _PAGE_PRESENT) {
568 if (val & _PAGE_PRESENT) {
1515 if (pte_val_ma(*ptep) & _PAGE_PRESENT)
1843 __pgd(__pa(level2_kernel_pgt) | _PAGE_PRESENT));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dtlbex.c1567 uasm_il_bbit0(p, r, pte, ilog2(_PAGE_PRESENT), lid);
1570 uasm_i_andi(p, t, pte, _PAGE_PRESENT);
1577 uasm_i_andi(p, t, pte, _PAGE_PRESENT | _PAGE_READ);
1578 uasm_i_xori(p, t, t, _PAGE_PRESENT | _PAGE_READ);
1607 uasm_i_andi(p, t, pte, _PAGE_PRESENT | _PAGE_WRITE);
1608 uasm_i_xori(p, t, t, _PAGE_PRESENT | _PAGE_WRITE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhead_32.S502 li r1,_PAGE_USER|_PAGE_PRESENT /* low addresses tested as user */
576 li r1,_PAGE_USER|_PAGE_PRESENT /* low addresses tested as user */
660 li r1,_PAGE_RW|_PAGE_USER|_PAGE_PRESENT /* access flags */
H A Dhead_40x.S497 andi. r9, r11, _PAGE_PRESENT
597 andi. r9, r11, _PAGE_PRESENT
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhugetlbpage.c402 mask = _PAGE_PRESENT | _PAGE_USER;
H A Dhash_low_32.S72 ori r3,r3,_PAGE_USER|_PAGE_PRESENT /* test low addresses as user */
H A Dhash_utils_64.c970 /* Add _PAGE_PRESENT to the required access perm */
971 access |= _PAGE_PRESENT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dhw_exception_handler.S704 andi r6, r4, _PAGE_PRESENT
774 andi r6, r4, _PAGE_PRESENT
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dspu_base.c234 ret = hash_page(ea, _PAGE_PRESENT, 0x300);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dhead.S2074 orw #_PAGE_PRESENT+_PAGE_ACCESSED+_PAGE_DIRTY,%d0
2357 orw #_PAGE_PRESENT+_PAGE_ACCESSED+_PAGE_DIRTY,%d0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dvmx.c2378 tmp = (i << 22) + (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER |

Completed in 80 milliseconds

1234