Searched refs:newprot (Results 1 – 4 of 4) sorted by relevance
323 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument327 pte.pte_low |= pgprot_val(newprot); in pte_modify()328 pte.pte_high |= pgprot_val(newprot) & 0x3f; in pte_modify()332 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument334 return __pte((pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot)); in pte_modify()
370 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument373 pte.pte_low |= pgprot_val(newprot); in pte_modify()380 pte.pte_high |= (pgprot_val(newprot) >> 32) & \ in pte_modify()
342 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument345 pte_val(pte) = (pte_val(pte) & ~mask) | (pgprot_val(newprot) & mask); in pte_modify()
2082 …ne ptp_setobjectprotection(params,oid,newprot) ptp_generic_no_data(params,PTP_OC_SetObjectProtecti… argument