HomeSort by: relevance | last modified time | path
    Searched defs:os_types (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/arm32/
db_machdep.c 383 static const char os_types[4][6] = { "NC", "WB+WA", "WT", "WB" }; local in function:tlb_print_cortex_a7_entry
385 db_printf(" %2s %5s %2s\n", is_types[is], os_types[os], sh_types[sh]);
db_machdep.c 383 static const char os_types[4][6] = { "NC", "WB+WA", "WT", "WB" }; local in function:tlb_print_cortex_a7_entry
385 db_printf(" %2s %5s %2s\n", is_types[is], os_types[os], sh_types[sh]);

Completed in 25 milliseconds