Searched defs:pte_mkhuge (Results 1 – 13 of 13) sorted by relevance
97 static inline pte_t pte_mkhuge(pte_t pte) { in pte_mkhuge() function
375 #define pte_mkhuge(pte) (__pte(pte_val(pte) | \ macro379 #define pte_mkhuge(pte) (pte) macro
180 #define pte_mkhuge(pte) __pte((pte_val(pte) & ~0x3) | HVM_HUGEPAGE_SIZE) macro
209 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
271 static inline pte_t pte_mkhuge(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_SZHUGE)); retu… in pte_mkhuge() function
137 static inline pte_t pte_mkhuge(pte_t pte) { return pte; } in pte_mkhuge() function
388 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
214 #define pte_mkhuge hv_pte_set_page macro
312 #define pte_mkhuge(pte) (__pte(pte_val(pte))) macro
297 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
233 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
396 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
969 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function