Home | Sort by: relevance | last modified time | path |
/src/sys/arch/aarch64/aarch64/ | |
pmap_machdep.c | 86 bool coherency = false; local in function:pmap_extract_coherency 117 coherency = true; 126 *coherentp = coherency; |
pmap.c | 718 bool coherency, valid; local in function:pmap_extract_coherency 722 coherency = false; 778 coherency = true; 786 *coherencyp = coherency; |
/src/sys/arch/mips/rmi/ | |
rmixl_firmware.h | 141 int coherency; member in struct:lib_cpu_tlb_mapping |