Home
last modified time | relevance | path

Searched refs:warnlvl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/mm/pat/
H A Dset_memory.c502 static inline void check_conflict(int warnlvl, pgprot_t prot, pgprotval_t val, in check_conflict() argument
512 if (warnlvl > cpa_warn_level || !conflicts(prot, val)) in check_conflict()
516 lvltxt[warnlvl], txt, start, end, pfn, (unsigned long long)pgprot_val(prot), in check_conflict()
528 unsigned long lpsize, int warnlvl) in static_protections()
544 check_conflict(warnlvl, prot, res, start, end, pfn, "Text NX"); in static_protections()
555 check_conflict(warnlvl, prot, res, start, end, pfn, "Text RO"); in static_protections()
561 check_conflict(warnlvl, prot, res, start, end, pfn, "PCIBIOS NX"); in static_protections()
565 check_conflict(warnlvl, prot, res, start, end, pfn, "Rodata RO"); in static_protections()
526 static_protections(pgprot_t prot, unsigned long start, unsigned long pfn, unsigned long npg, unsigned long lpsize, int warnlvl) static_protections() argument
/kernel/linux/linux-6.6/arch/x86/mm/pat/
H A Dset_memory.c549 static inline void check_conflict(int warnlvl, pgprot_t prot, pgprotval_t val, in check_conflict() argument
559 if (warnlvl > cpa_warn_level || !conflicts(prot, val)) in check_conflict()
563 lvltxt[warnlvl], txt, start, end, pfn, (unsigned long long)pgprot_val(prot), in check_conflict()
575 unsigned long lpsize, int warnlvl) in static_protections()
591 check_conflict(warnlvl, prot, res, start, end, pfn, "Text NX"); in static_protections()
602 check_conflict(warnlvl, prot, res, start, end, pfn, "Text RO"); in static_protections()
608 check_conflict(warnlvl, prot, res, start, end, pfn, "PCIBIOS NX"); in static_protections()
612 check_conflict(warnlvl, prot, res, start, end, pfn, "Rodata RO"); in static_protections()
573 static_protections(pgprot_t prot, unsigned long start, unsigned long pfn, unsigned long npg, unsigned long lpsize, int warnlvl) static_protections() argument

Completed in 7 milliseconds