Lines Matching +full:no +full:- +full:hpd
1 /* SPDX-License-Identifier: GPL-2.0 */
59 * comment in include/asm-generic/pgtable.h . On powerpc, this will only
97 * Hence no need for other accessors
103 * A read-only access is controlled by _PAGE_USER bit. in pte_access_permitted()
181 /* Insert a PTE, top-level function is out of line. It uses an inline
182 * low level function in the respective pgtable-* files
195 /* Second case is 32-bit with 64-bit PTE. In this case, we in __set_pte_at()
209 /* Anything else just stores the PTE normally. That covers all 64-bit in __set_pte_at()
210 * cases, and 32-bit non-hash with 32-bit PTEs. in __set_pte_at()
213 ptep->pte = ptep->pte1 = ptep->pte2 = ptep->pte3 = pte_val(pte); in __set_pte_at()
267 static inline int hugepd_ok(hugepd_t hpd) in hugepd_ok() argument
270 return ((hpd_val(hpd) & 0x4) != 0); in hugepd_ok()
273 return (hpd_val(hpd) && (hpd_val(hpd) & PD_HUGE) == 0); in hugepd_ok()
293 #define is_hugepd(hpd) (hugepd_ok(hpd)) argument
299 * We use it to ensure coherency between the i-cache and d-cache