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

  /src/sys/arch/arm/apple/
apple_dart.c 633 const u_int nl2 = howmany(ntte, DART_PAGE_SIZE / sizeof(uint64_t)); local in function:apple_dart_attach
634 const u_int nl1 = howmany(nl2, DART_PAGE_SIZE / sizeof(uint64_t));
642 sc->sc_l2 = kmem_zalloc(nl2 * sizeof(*sc->sc_l2), KM_SLEEP);
643 sc->sc_nl2 = nl2;
646 for (idx = 0; idx < nl2; idx++) {

Completed in 64 milliseconds