HomeSort by: relevance | last modified time | path
    Searched refs:firstpg (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/m68k/m68k/
mmu_tt.c 110 mmu_range_checkonett30(uint32_t ttreg, paddr_t firstpg, paddr_t lastpg,
115 for (pg = firstpg; pg <= lastpg; pg++) {
124 mmu_range_is_tt30(paddr_t firstpg, paddr_t lastpg, vm_prot_t prot,
127 return mmu_range_checkonett30(mmu_tt30[MMU_TTREG_TT0], firstpg, lastpg,
129 mmu_range_checkonett30(mmu_tt30[MMU_TTREG_TT1], firstpg, lastpg,
182 mmu_range_checkonett40(uint32_t ttreg, paddr_t firstpg, paddr_t lastpg,
187 for (pg = firstpg; pg <= lastpg; pg++) {
196 mmu_range_is_tt40(paddr_t firstpg, paddr_t lastpg, vm_prot_t prot,
203 firstpg, lastpg, UVM_PROT_EXEC, &rflag) &&
205 firstpg, lastpg, UVM_PROT_EXEC, &rflag))
233 paddr_t firstpg = m68k_btop(pa); local
    [all...]
pmap_motorola.c 3172 paddr_t firstpg = m68k_btop(pa); local
3189 if (firstpg >= tfirst && lastpg <= tlast) {
3230 vaddr_t firstpg = m68k_btop(va); local
3244 if (firstpg >= tfirst && lastpg <= tlast) {
pmap_68k.c 3815 paddr_t firstpg = m68k_btop(pa); local
3832 if (firstpg >= tfirst && lastpg <= tlast) {
3873 vaddr_t firstpg = m68k_btop(va); local
3887 if (firstpg >= tfirst && lastpg <= tlast) {
  /src/sys/arch/hb68k/pg68k/
pmap_pgmmu.c 2100 paddr_t firstpg = pgmmu_btop(pa); local
2110 if (firstpg >= tfirst && lastpg <= tlast) {
2140 vaddr_t firstpg = pgmmu_btop(va); local
2149 if (firstpg >= tfirst && lastpg <= tlast) {

Completed in 24 milliseconds