Lines Matching refs:nlevels
1883 xlate_setup(uint64_t dvma, xlate_t *xlate, int nlevels) in xlate_setup() argument
1895 for (level = 1, xlate++; level <= nlevels; level++, xlate++) { in xlate_setup()
1908 PDE_lookup(domain_t *domain, xlate_t *xlate, int nlevels) in PDE_lookup() argument
1915 xlate += nlevels; in PDE_lookup()
1966 int nlevels; in immu_print_fault_info() local
1990 nlevels = immu->immu_dvma_nlevels; in immu_print_fault_info()
1991 xlate_setup(dvma, xlate, nlevels); in immu_print_fault_info()
1993 if (!PDE_lookup(domain, xlate, nlevels)) { in immu_print_fault_info()
2241 PDE_set_all(immu_t *immu, domain_t *domain, xlate_t *xlate, int nlevels, in PDE_set_all() argument
2254 xlate += nlevels; in PDE_set_all()
2258 for (level = nlevels; level > 1; level--, xlate--) { in PDE_set_all()
2357 int nlevels = immu->immu_dvma_nlevels; in dvma_map() local
2365 xlate_setup(dvma, xlate, nlevels); in dvma_map()
2368 if (PDE_set_all(immu, domain, xlate, nlevels, rdip, immu_flags) in dvma_map()
2397 int nlevels = immu->immu_dvma_nlevels; in dvma_unmap() local
2407 xlate_setup(dvma, xlate, nlevels); in dvma_unmap()
2410 if (!PDE_lookup(domain, xlate, nlevels)) in dvma_unmap()
2453 int nlevels; in dvma_prealloc() local
2466 nlevels = immu->immu_dvma_nlevels; in dvma_prealloc()
2497 xlate_setup(dvma, xlate, nlevels); in dvma_prealloc()
2499 (void) PDE_set_all(immu, domain, xlate, nlevels, rdip, in dvma_prealloc()