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

  /src/sys/arch/arm/arm32/
db_machdep.c 238 bool xn_p)
240 db_printf(" %8s %1x %2d %s", sizestr, domain, ap, (xn_p ? "XN" : "--"));
293 const bool xn_p = (d & ARM_A5_TLBDATA_XN) != 0; local in function:tlb_print_cortex_a5_entry
295 tlb_print_size_domain_prot(size_strings[size], domain, ap, xn_p);
356 const bool xn_p = (d2 & ARM_A7_TLBDATA2_XN1) != 0; local in function:tlb_print_cortex_a7_entry
358 tlb_print_size_domain_prot(tlb_cortex_a7_esizes[size], domain, ap, xn_p);

Completed in 12 milliseconds