Home
last modified time | relevance | path

Searched refs:NO_CONT_MAPPINGS (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/arm64/mm/
Dmmu.c51 #define NO_CONT_MAPPINGS BIT(1) macro
179 (flags & NO_CONT_MAPPINGS) == 0) in alloc_init_cont_pte()
253 (flags & NO_CONT_MAPPINGS) == 0) in alloc_init_cont_pmd()
378 NO_CONT_MAPPINGS); in create_mapping_noalloc()
390 flags = NO_BLOCK_MAPPINGS | NO_CONT_MAPPINGS; in create_pgd_mapping()
406 NO_CONT_MAPPINGS); in update_mapping_prot()
437 flags = NO_BLOCK_MAPPINGS | NO_CONT_MAPPINGS; in map_mem()
476 PAGE_KERNEL, NO_CONT_MAPPINGS); in map_mem()
488 NO_BLOCK_MAPPINGS | NO_CONT_MAPPINGS); in map_mem()
592 &vmlinux_rodata, NO_CONT_MAPPINGS, VM_NO_GUARD); in map_kernel()