Searched refs:warnlvl (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/mm/pat/ |
H A D | set_memory.c | 547 static inline void check_conflict(int warnlvl, pgprot_t prot, pgprotval_t val, in check_conflict() argument 557 if (warnlvl > cpa_warn_level || !conflicts(prot, val)) in check_conflict() 561 lvltxt[warnlvl], txt, start, end, pfn, (unsigned long long)pgprot_val(prot), in check_conflict() 573 unsigned long lpsize, int warnlvl) in static_protections() argument 589 check_conflict(warnlvl, prot, res, start, end, pfn, "Text NX"); in static_protections() 600 check_conflict(warnlvl, prot, res, start, end, pfn, "Text RO"); in static_protections() 606 check_conflict(warnlvl, prot, res, start, end, pfn, "PCIBIOS NX"); in static_protections() 610 check_conflict(warnlvl, prot, res, start, end, pfn, "Rodata RO"); in static_protections()
|