Home
last modified time | relevance | path

Searched refs:pte_size (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sound/pci/
H A Demu10k1.c162 u_int32_t pte_start, pte_size; member
1373 blk->pte_size = blksz; in emu_memalloc()
1376 blk->pte_start, blk->pte_size); in emu_memalloc()
1410 for (idx = blk->pte_start; idx < blk->pte_start + blk->pte_size; idx++) { in emu_memfree()
H A Demu10kx.c274 uint32_t pte_start, pte_size; member
1129 blk->pte_size = blksz; in emu_memalloc()
1159 for (idx = blk->pte_start; idx < blk->pte_start + blk->pte_size; idx++) { in emu_memfree()
2926 device_printf(sc->dev, "lost %d for %s\n", blk->pte_size, blk->owner); in emu_uninit()
/freebsd/sys/arm64/arm64/
H A Dpmap.c8336 vm_size_t pte_size; in pmap_change_props_locked() local
8432 pte_size = L1_SIZE; in pmap_change_props_locked()
8445 pte_size = L2C_SIZE; in pmap_change_props_locked()
8454 pte_size = L2_SIZE; in pmap_change_props_locked()
8467 pte_size = L3C_SIZE; in pmap_change_props_locked()
8474 pte_size = PAGE_SIZE; in pmap_change_props_locked()
8480 tmpva + pte_size > (vm_offset_t)ptep) { in pmap_change_props_locked()
8501 switch (pte_size) { in pmap_change_props_locked()
8547 PHYS_TO_DMAP(pa), pte_size, in pmap_change_props_locked()
8558 cpu_dcache_wbinv_range((void *)tmpva, pte_size); in pmap_change_props_locked()
[all …]