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

  /src/sys/arch/arm/arm32/
db_machdep.c 244 tlb_print_asid(bool ng_p, tlb_asid_t asid)
246 if (ng_p) {
297 const bool ng_p = (d & ARM_A5_TLBDATA_nG) != 0; local in function:tlb_print_cortex_a5_entry
300 tlb_print_asid(ng_p, asid);
360 const bool ng_p = (d1 & ARM_A7_TLBDATA1_nG) != 0; local in function:tlb_print_cortex_a7_entry
363 tlb_print_asid(ng_p, asid);
db_machdep.c 244 tlb_print_asid(bool ng_p, tlb_asid_t asid)
246 if (ng_p) {
297 const bool ng_p = (d & ARM_A5_TLBDATA_nG) != 0; local in function:tlb_print_cortex_a5_entry
300 tlb_print_asid(ng_p, asid);
360 const bool ng_p = (d1 & ARM_A7_TLBDATA1_nG) != 0; local in function:tlb_print_cortex_a7_entry
363 tlb_print_asid(ng_p, asid);

Completed in 22 milliseconds