Searched refs:nl1 (Results 1 – 1 of 1) sorted by relevance
177 int ntte, nl1, nl2; in apple_dart_probe() local243 nl1 = DIV_ROUND_UP(nl2, DART_PAGE_SIZE / sizeof(u64)); in apple_dart_probe()250 priv->l1 = memalign(DART_PAGE_SIZE, nl1 * DART_PAGE_SIZE); in apple_dart_probe()251 memset(priv->l1, 0, nl1 * DART_PAGE_SIZE); in apple_dart_probe()258 (unsigned long)priv->l1 + nl1 * DART_PAGE_SIZE); in apple_dart_probe()263 for (i = 0; i < nl1; i++) { in apple_dart_probe()
Completed in 5 milliseconds