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

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dgup.c30 result = _PAGE_PRESENT|_PAGE_USER;
H A Dpgtable_32.c172 if ((flags & _PAGE_PRESENT) == 0)
284 BUG_ON((pte_val(*pg) & (_PAGE_PRESENT | _PAGE_HASHPTE)) &&
H A Dtlb_low_64e.S68 /* We need _PAGE_PRESENT and _PAGE_ACCESSED set */
69 li r11,_PAGE_PRESENT
134 li r11,_PAGE_PRESENT|_PAGE_EXEC /* Base perm */
H A Dinit_64.c229 unsigned long i, flags = _PAGE_PRESENT | _PAGE_ACCESSED |
H A Dpgtable_64.c161 if ((flags & _PAGE_PRESENT) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dfault.c145 access = (_PAGE_PRESENT | _PAGE_USER);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/mm/
H A Dcache.c196 if (!(pte_val(*ptep) & _PAGE_PRESENT)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Ddma.c50 pgprot = __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_DIRTY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Dmmu.S170 and3 r3, r2, #2 ; _PAGE_PRESENT(=2) check
207 ldi r2, #2 ; r2: pte_data = 0 | _PAGE_PRESENT(=2)
287 and3 r3, r1, #2 ; _PAGE_PRESENT(=2) check
314 ldi r1, #2 ; r1: pte_data = 0 | _PAGE_PRESENT(=2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mm/
H A Dfault.c196 if (page & _PAGE_PRESENT) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpageattr.c201 if (pte && (pte_val(*pte) & _PAGE_PRESENT))
239 if (pte && (pte_val(*pte) & _PAGE_PRESENT))
1145 return change_page_attr_clear(&addr, numpages, __pgprot(_PAGE_PRESENT), 0);
1283 .mask_set = __pgprot(_PAGE_PRESENT | _PAGE_RW),
1302 .mask_clr = __pgprot(_PAGE_PRESENT | _PAGE_RW),
1357 return (pte_val(*pte) & _PAGE_PRESENT);
H A Dpageattr-test.c152 !(pte_val(*pte) & _PAGE_PRESENT)) {
H A Dpgtable.c153 /* Note: almost everything apart from _PAGE_PRESENT is
155 set_pud(pudp, __pud(__pa(pmd) | _PAGE_PRESENT));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dc-r3k.c262 if (!(pte_val(*ptep) & _PAGE_PRESENT))
H A Dc-tx39.c196 if (!(pte_val(*ptep) & _PAGE_PRESENT))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dcache-sh4.c231 if (!(pte_val(*pte) & _PAGE_PRESENT))
H A Dfault_32.c271 if (page & _PAGE_PRESENT) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpgtable.h36 static inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_PRESENT; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhead_44x.S249 li r13,_PAGE_PRESENT|_PAGE_ACCESSED
347 li r13,_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_EXEC
486 li r13,_PAGE_PRESENT|_PAGE_ACCESSED
564 li r13,_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_EXEC
H A Dhead_8xx.S349 andi. r11, r10, _PAGE_ACCESSED | _PAGE_PRESENT
350 cmpwi cr0, r11, _PAGE_ACCESSED | _PAGE_PRESENT
454 /* Both _PAGE_ACCESSED and _PAGE_PRESENT has to be set.
456 * Clear _PAGE_PRESENT and load that which will
464 rlwinm r11, r10, 32-5, _PAGE_PRESENT
466 rlwimi r10, r11, 0, _PAGE_PRESENT
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Drelocate_kernel_64.S20 #define PAGE_ATTR (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | _PAGE_DIRTY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dsun3_pgtable.h38 #define _PAGE_PRESENT (SUN3_PAGE_VALID) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mm/
H A Dmotorola.c121 _PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_DIRTY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/
H A Dtlb-miss.S157 andicc gr30,#_PAGE_PRESENT,gr0,icc0
219 andicc.p gr30,#_PAGE_PRESENT,gr0,icc0
278 andicc gr30,#_PAGE_PRESENT,gr0,icc0
339 andicc.p gr30,#_PAGE_PRESENT,gr0,icc0
396 andicc gr30,#_PAGE_PRESENT,gr0,icc0
448 andicc.p gr30,#_PAGE_PRESENT,gr0,icc0
507 andicc gr30,#_PAGE_PRESENT,gr0,icc0
573 andicc.p gr30,#_PAGE_PRESENT,gr0,icc0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dcache.c228 if (!(pte_val(pte) & (_PAGE_FLUSH|_PAGE_PRESENT)))

Completed in 208 milliseconds

1234