Searched refs:check_conflict (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/mm/pat/ |
| H A D | set_memory.c | 502 static inline void check_conflict(int warnlvl, pgprot_t prot, pgprotval_t val, in check_conflict() function 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()
|