Searched refs:pte_present (Results 76 - 100 of 164) sorted by relevance

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dpgtable.h256 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) macro
285 * The following have defined behavior only work if pte_present() is true.
328 (!pte_present(*ptep) ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dmprotect.c49 if (pte_present(oldpte)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/include/asm/
H A Dpgtable.h187 * The following only work if pte_present() is true.
190 #define pte_present hv_pte_get_present macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/mm/
H A Dhomecache.c393 BUG_ON(!pte_present(pteval) || pte_huge(pteval));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/include/asm/
H A Dpgtable.h206 #define pte_present(pte) \ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/mm/
H A Dcache-sh5.c411 if (pte_none(entry) || !pte_present(entry))
H A Dtlbflush_64.c81 if (pte_none(entry) || !pte_present(entry))
217 !pte_present(pte). (e.g. if a swap-in occurs, and the page
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/include/asm/
H A Dpgtable.h187 * The following only work if pte_present() is true.
190 #define pte_present hv_pte_get_present macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/mm/
H A Dhomecache.c393 BUG_ON(!pte_present(pteval) || pte_huge(pteval));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgtable_64.h233 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
262 * The following have defined behavior only work if pte_present() is true.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dpgtable.h206 #define pte_present(pte) \ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dmprotect.c49 if (pte_present(oldpte)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/include/asm/
H A Dpgtable_64.h233 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
262 * The following have defined behavior only work if pte_present() is true.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/mm/
H A Dcache-sh5.c411 if (pte_none(entry) || !pte_present(entry))
H A Dtlbflush_64.c81 if (pte_none(entry) || !pte_present(entry))
217 !pte_present(pte). (e.g. if a swap-in occurs, and the page
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m32r/include/asm/
H A Dpgtable.h180 #define pte_present(x) (pte_val(x) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
191 * The following only work if pte_present() is true.
210 * The following only works if pte_present() is not true.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m32r/mm/
H A Dfault.c328 if (!pte_present(*pte_k))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/include/asm/
H A Dmotorola_pgtable.h130 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
164 * The following only work if pte_present() is true.
283 /* Encode and de-code a swap entry (must be !pte_none(e) && !pte_present(e)) */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/kernel/
H A Dsys_m68k.c508 if (!pte_present(*pte) || !pte_dirty(*pte)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/include/asm/
H A Dpgtable.h286 * The following only work if pte_present() is true.
289 #define pte_present(pte) (pte_val(pte) & L_PTE_PRESENT) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/avr32/include/asm/
H A Dpgtable.h175 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
183 * The following only work if pte_present() is true.
204 * The following only work if pte_present() is not true.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dpgtable.h180 #define pte_present(x) (pte_val(x) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
191 * The following only work if pte_present() is true.
210 * The following only works if pte_present() is not true.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m32r/mm/
H A Dfault.c328 if (!pte_present(*pte_k))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmotorola_pgtable.h130 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
164 * The following only work if pte_present() is true.
283 /* Encode and de-code a swap entry (must be !pte_none(e) && !pte_present(e)) */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/kernel/
H A Dsys_m68k.c508 if (!pte_present(*pte) || !pte_dirty(*pte)

Completed in 275 milliseconds

1234567