Searched refs:NB_IN_PT1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/arm/include/
H A Dpmap_var.h41 #define NPG_IN_PT1 (NB_IN_PT1 / PAGE_SIZE)
H A Dpte-v6.h187 #define NB_IN_PT1 L1_TABLE_SIZE macro
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v6.c573 CTASSERT(NB_IN_PT1 == (sizeof(pt1_entry_t) * NPTE1_IN_PT1));
798 * aligned and as such base_pt1 is aligned to NB_IN_PT1 too.
802 bzero((void*)kern_pt1, NB_IN_PT1);
803 pte1_sync_range(kern_pt1, NB_IN_PT1);
2219 pmap->pm_pt1 = (pt1_entry_t *)kmem_alloc_contig(NB_IN_PT1,
2220 M_NOWAIT | M_ZERO, 0, -1UL, NB_IN_PT1, 0, pt_memattr);
2243 kmem_free((vm_offset_t)pmap->pm_pt1, NB_IN_PT1);
2293 pte1_sync_range(pmap->pm_pt1, NB_IN_PT1);
6418 CTASSERT(powerof2(NB_IN_PT1));
6442 if (__predict_false(IN_RANGE2(far, pmap->pm_pt1, NB_IN_PT1))) {
[all...]

Completed in 65 milliseconds