/src/sys/arch/sparc/include/ |
locore.h | 36 void ft_tlb_flush(int va, int ctx, int lvl);
|
cpu.h | 222 #define raise_ipi(cpi,lvl) do { \ 224 (cpi)->intreg_4m->pi_set = PINTR_SINTRLEV(lvl); \
|
/src/tests/modules/x86_pte_tester/ |
x86_pte_tester.c | 87 scan_l1(paddr_t pa, walk_type (fn)(pd_entry_t pde, size_t slot, int lvl)) 107 scan_l2(paddr_t pa, walk_type (fn)(pd_entry_t pde, size_t slot, int lvl)) 134 scan_l3(paddr_t pa, walk_type (fn)(pd_entry_t pde, size_t slot, int lvl)) 161 scan_l4(paddr_t pa, walk_type (fn)(pd_entry_t pde, size_t slot, int lvl)) 188 scan_tree(paddr_t pa, walk_type (fn)(pd_entry_t pde, size_t slot, int lvl)) 199 count_krwx(pd_entry_t pde, size_t slot, int lvl) 201 if (lvl == NLEVEL && slot < 256) { 207 if (lvl != 1 && !is_flag(pde, PTE_PS)) { 211 if (lvl == 4) { 213 } else if (lvl == 3) [all...] |
/src/sys/dev/mvme/ |
pcctwo.c | 134 int lvl, 145 if (lvl < 1 || lvl > 7) { 146 printf("pcctwo: illegal interrupt level: %d\n", lvl); 160 lvl, vec + sys_pcctwo->sc_vecbase, evcnt); 164 VEC2ICSR_INIT(vec2icsr) | lvl);
|
vme_two_isr.c | 248 vmetwo_intr_establish(void *csc, int prior, int lvl, int vec, int first, int (*hand)(void *), void *arg, struct evcnt *evcnt) 285 bitoff = lvl - 1; 303 mvmebus_irq_name[lvl]); 344 vmetwo_intr_disestablish(void *csc, int lvl, int vec, int last, struct evcnt *evcnt) 373 bitoff = lvl - 1;
|
/src/sys/arch/x86/include/ |
pte.h | 64 #define pl_pi(va, lvl) \ 65 (((VA_SIGN_POS(va)) & ptp_masks[(lvl)-1]) >> ptp_shifts[(lvl)-1])
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
gen8_ppgtt.c | 85 #define gen8_pd_shift(lvl) ((lvl) * ilog2(GEN8_PDES)) 86 #define gen8_pd_index(i, lvl) i915_pde_index((i), gen8_pd_shift(lvl)) 87 #define __gen8_pte_shift(lvl) (GEN8_PTE_SHIFT + gen8_pd_shift(lvl)) 88 #define __gen8_pte_index(a, lvl) i915_pde_index((a), __gen8_pte_shift(lvl)) 93 gen8_pd_range(u64 start, u64 end, int lvl, unsigned int *idx) 95 const int shift = gen8_pd_shift(lvl); [all...] |
/src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
aecommon.h | 223 #define TEST_OUTPUT_LEVEL(lvl) if ((lvl) & OutputLevel) 225 #define OSD_PRINT(lvl,fp) TEST_OUTPUT_LEVEL(lvl) {\
|
/src/usr.bin/rump_wmd/ |
rump_wmd.sh | 73 { lvl=$1; shift; echo DEBUG${lvl}: $* >&2; }
|
/src/sys/arch/mvme68k/dev/ |
pcc.c | 248 pccintr_establish(int pccvec, int (*hand)(void *), int lvl, void *arg, 257 if (lvl < 1 || lvl > 7) { 258 printf("pcc: illegal interrupt level: %d\n", lvl); 263 isrlink_vectored(hand, arg, lvl, pccvec + PCC_VECBASE, evcnt);
|
/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/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
sm8250-sony-xperia-edo.dtsi | 77 /* S6c is really ebi.lvl but it's there for supply map completeness sake. */ 147 /* (S1+S2+S3) - cx.lvl (ARC) */ 184 /* L4 - lmx.lvl (ARC) */ 209 /* L10 is unused, L11 - lcx.lvl (ARC) */ 278 * (S1+S2) - gfx.lvl, 279 * S3 - mx.lvl, 280 * (S4+S5) - mmcx.lvl, 281 * S6 - ebi.lvl
|
/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/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);
|
x86_xpmap.c | 267 xpq_queue_pin_table(paddr_t pa, int lvl) 273 op.cmd = 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/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/usr.bin/pmap/ |
pmap.h | 156 size_t dump_vm_map_node(kvm_t *, int lvl, struct kinfo_proc2 *,
|
pmap.c | 239 dump_vm_map_node(kvm_t *kd, int lvl, struct kinfo_proc2 *proc, 263 total += dump_vm_map_node(kd, lvl+1, proc, vmspace, vm_map_entry, left); 264 total += dump_vm_map_node(kd, lvl+1, proc, vmspace, vm_map_entry, right);
|
/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...] |
/src/sbin/fsck_lfs/ |
pass6.c | 329 account_indir(struct uvnode *vp, union lfs_dinode *dp, daddr_t ilbn, daddr_t daddr, int lvl) 335 if (lvl == 0) 357 if (lvl > 0) 358 account_indir(vp, dp, lbn, *dap, lvl - 1); 360 if (lvl == 0) 362 else if (lvl == 1) 364 else if (lvl == 2)
|
/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/sys/dev/ic/ |
arcofi.c | 641 arcofi_mi_to_gain(int lvl) 644 if (lvl <= AUDIO_MIN_GAIN) 646 if (lvl >= AUDIO_MAX_GAIN) 649 return ((lvl - AUDIO_MIN_GAIN - 1) * (__arraycount(arcofi_gains) - 1)) /
|
/src/usr.sbin/envstat/ |
config.c | 70 config_errmsg(int lvl, const char *key, const char *key2) 74 switch (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)
|