Searched refs:vmax (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/i2c/
H A Dsmscmon.c69 .vmax = 3320000
77 .vmax = 2988000
85 .vmax = 4383000
93 .vmax = 6640000
101 .vmax = 15938000
109 .vmax = 4383000
117 .vmax = 1992000
125 .vmax = 2391000
133 .vmax = 0
141 .vmax
[all...]
H A Dsmscmonvar.h65 int vmax; /* value in uV for 0xff */ member in struct:smscmon_sensor
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dbattery.c156 int len, vmax, pcharge, vb; local
193 vmax = sc->sc_vmax_charged;
201 vmax = sc->sc_vmax_charging;
203 sc->sc_charge = (100 * vb) / vmax;
H A Dpm_direct.c988 long pcharge=0, charge, vb, vmax, chargemax; local
1009 vmax = vmax_charged;
1018 vmax = vmax_charging;
1020 charge = (100 * vb) / vmax;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/
H A Dvsx-vector-5.c206 vmax (vector double arg1, vector double arg2)
238 { { 3.0, 4.0 }, { { 1.0, 2.0 }, { 3.0, 4.0 } }, vmax, "vmax" },
239 { { 1.0, 4.0 }, { { 1.0, -2.0 }, { -3.0, 4.0 } }, vmax, "vmax" },
204 vmax (vector double arg1, vector double arg2) function
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dmain.c674 * range (except that a vmax of 0 means unlimited).
677 numarg(const char *meaning, long vmin, long vmax) argument
685 if (val < vmin || (vmax && val > vmax))
687 meaning, vmin, vmax);
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_km.c353 vaddr_t *vmax /* OUT */, vsize_t size, int flags, bool fixed,
377 *vmax = *vmin + size;
389 uvm_map_setup(submap, *vmin, *vmax, flags);
396 if (uvm_map_submap(map, *vmin, *vmax, submap) != 0)
H A Duvm_map.c3954 uvmspace_alloc(vaddr_t vmin, vaddr_t vmax) argument
3960 uvmspace_init(vm, NULL, vmin, vmax);
3972 uvmspace_init(struct vmspace *vm, struct pmap *pmap, vaddr_t vmin, vaddr_t vmax) argument
3977 uvm_map_setup(&vm->vm_map, vmin, vmax, VM_MAP_PAGEABLE
4566 uvm_map_setup(struct vm_map *map, vaddr_t vmin, vaddr_t vmax, int flags) argument
4576 vm_map_setmax(map, vmax);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dneon-cov.d515 0[0-9a-f]+ <[^>]+> f2000640 vmax\.s8 q0, q0, q0
516 0[0-9a-f]+ <[^>]+> f2000640 vmax\.s8 q0, q0, q0
517 0[0-9a-f]+ <[^>]+> f2000600 vmax\.s8 d0, d0, d0
518 0[0-9a-f]+ <[^>]+> f2100640 vmax\.s16 q0, q0, q0
519 0[0-9a-f]+ <[^>]+> f2100640 vmax\.s16 q0, q0, q0
520 0[0-9a-f]+ <[^>]+> f2100600 vmax\.s16 d0, d0, d0
521 0[0-9a-f]+ <[^>]+> f2200640 vmax\.s32 q0, q0, q0
522 0[0-9a-f]+ <[^>]+> f2200640 vmax\.s32 q0, q0, q0
523 0[0-9a-f]+ <[^>]+> f2200600 vmax\.s32 d0, d0, d0
524 0[0-9a-f]+ <[^>]+> f3000640 vmax\
[all...]
H A Dneon-cov.s184 regs3_suf_32 vmax vmaxq
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dneon-schedgen.ml106 (* vabd qdd vhsub vqsub vabd vceq vcge vcgt vmax vmin vfmx vfmn ddd ddd *)
161 (* vadd, vsub, vabd, vmul, vceq, vcge, vcgt, vcage, vcagt, vmax, vmin *)
H A Dneon.ml838 Vmax, [], All (3, Dreg), "vmax", elts_same_2, F32 :: su_8_32;
H A Darm.c17149 { VAR8 (BINOP, vmax, v8qi, v4hi, v2si, v2sf, v16qi, v8hi, v4si, v4sf) },
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpkern/
H A Dvm.c350 uvmspace_init(struct vmspace *vm, struct pmap *pmap, vaddr_t vmin, vaddr_t vmax) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c11688 X(vmax, 0x0000600, 0x0000f00, N_INV), \
17986 nUF(vmax, _vmax, 3, (RNDQ, oRNDQ, RNDQ), neon_dyadic_if_su),

Completed in 479 milliseconds