/src/sys/arch/xen/x86/ |
xen_pmap.c | 215 int lvl; local in function:pmap_extract_ma 221 if (!pmap_pdes_valid(va, pdes, &pde, &lvl)) { 229 KASSERT(lvl == 1);
|
/src/sys/arch/macppc/macppc/ |
pic_ohare.c | 226 int bit, mask, lvl; local in function:ohare_get_irq 263 lvl = 31 - __builtin_clz(prio); 264 evt = ohare->pending_events & ohare->irqs[lvl];
|
/src/sys/arch/hppa/hppa/ |
intr.c | 381 int sbit, lvl; local in function:hppa_intr 385 lvl = *sir->ir_level; 387 ci->ci_ipending |= hppa_intr_ipending(sir, lvl);
|
/src/sbin/newfs_lfs/ |
make_lfs.c | 295 int nblocks, bb, base, factor, lvl; local in function:make_dinode 338 lvl = 1; 340 lfs_dino_setib(fs, dip, lvl, 0x0); 345 ++lvl;
|
/src/bin/ps/ |
ps.c | 844 int dst, lvl, maxlvl, n, ndst, nsrc, siblings, src; local in function:descendant_sort 916 if ((lvl = ki[src].level) == 0) { 920 ki[src].prefix = emalloc(lvl * 2 + 1); 921 for (n = 0; n < lvl - 2; n++) { 927 if (n == lvl - 2) { 930 if (ki[dst].level > lvl) 932 if (ki[dst].level == lvl)
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
nouveau_nvkm_subdev_mmu_vmm.c | 84 u16 max, lvl; member in struct:nvkm_vmm_iter 107 int lvl; local in function:nvkm_vmm_trace 108 for (lvl = it->max; lvl >= 0; lvl--) { 109 if (lvl >= it->lvl) 110 buf += sprintf(buf, "%05x:", it->pte[lvl]); 129 it->flush = min(it->flush, it->max - it->lvl); 148 const int type = desc[it->lvl].type == SPT [all...] |
/src/sys/arch/evbarm/dev/ |
plcom.c | 1407 int ospeed = -1, lvl; local in function:plcomparam 1471 lvl = PL011_IFLS_3QUARTERS; 1472 sc->sc_ifls = PL011_IFLS_RXIFLS(lvl); 1474 lvl = PL011_IFLS_1QUARTER; 1475 sc->sc_ifls |= PL011_IFLS_TXIFLS(lvl);
|
/src/sbin/scsictl/ |
scsictl.c | 962 int lvl; local in function:device_debug 967 lvl = atoi(argv[0]); 969 if (ioctl(fd, SCIOCDEBUG, &lvl) != 0)
|
/src/sys/arch/x86/x86/ |
pmap.c | 289 #define pl_i(va, lvl) \ 290 (((VA_SIGN_POS(va)) & ptp_frames[(lvl)-1]) >> ptp_shifts[(lvl)-1]) 292 #define pl_i_roundup(va, lvl) pl_i((va)+ ~ptp_frames[(lvl)-1], (lvl)) 301 #define ptp_va2o(va, lvl) (pl_i(va, (lvl)+1) * PAGE_SIZE) 3254 int lvl __diagused, i, n; 3284 KASSERT(pmap_pdes_valid(va, pdes, &pde, &lvl)); 3907 int lvl; local in function:pmap_extract 4293 int lvl; local in function:pmap_remove_locked 4835 int lvl, i; local in function:pmap_write_protect 4918 int lvl; local in function:pmap_unwire 5539 int lvl; local in function:pmap_remove_gnt 5869 int lvl; local in function:pmap_dump 6686 int lvl; local in function:pmap_ept_remove [all...] |