Searched refs:low (Results 176 - 200 of 425) sorted by last modified time

1234567891011>>

/freebsd-11-stable/sys/dev/mps/
H A Dmps.c121 u32 low; member in struct:_reply_descriptor::__anon7143
983 rd.u.low = cm->cm_desc.Words.Low;
988 rd.u.low);
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr.c124 u32 low; member in struct:_reply_descriptor::__anon7137
1003 rd.u.low = cm->cm_desc.Words.Low;
1005 rd.u.low);
1007 rd.u.low = cm->cm_desc.Words.Low;
1011 rd.u.low);
2769 "building NVMe PRPs, low address is 0x%x\n",
2782 "boundary while building NVMe PRPs, low "
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S706 movw %ax,-0x08(%esi) # Update user flags (low 16)
/freebsd-11-stable/stand/i386/libi386/
H A Damd64_tramp.S59 .long VTOP(gdt) # low
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S681 movw %ax,-0x08(%esi) # Update user flags (low 16)
/freebsd-11-stable/sys/sys/
H A Dmalloc.h56 #define M_BESTFIT 0x2000 /* Only for vmem, low fragmentation. */
173 vm_paddr_t low, vm_paddr_t high, unsigned long alignment,
/freebsd-11-stable/sys/kern/
H A Dkern_malloc.c400 vm_paddr_t low, vm_paddr_t high, unsigned long alignment,
405 ret = (void *)kmem_alloc_contig(kernel_arena, size, flags, low, high,
399 contigmalloc(unsigned long size, struct malloc_type *type, int flags, vm_paddr_t low, vm_paddr_t high, unsigned long alignment, vm_paddr_t boundary) argument
/freebsd-11-stable/sys/mips/mips/
H A Dsupport.S593 xor v0, a0, a1 # compare low two bits of addresses
975 dsra v1, v1, 32 # low word in v1
980 dsra v0, v0, 32 # low word in v0
1012 dsll a3, a3, 32 # low word in a3
1015 dsll a2, a2, 32 # low word in a2
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dbsaes-armv7.S23 @ only low-level primitives and unsupported entry points, just enough
/freebsd-11-stable/sys/vm/
H A Dvm_reserv.h49 u_long npages, vm_paddr_t low, vm_paddr_t high,
59 boolean_t vm_reserv_reclaim_contig(u_long npages, vm_paddr_t low,
/freebsd-11-stable/sys/dev/smbus/
H A Dsmbconf.h86 void smbus_intr(device_t, u_char, char low, char high, int error);
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvioapic.c100 uint32_t low, high, dest; local
109 low = vioapic->rtbl[pin].reg;
112 if ((low & IOART_INTMASK) == IOART_INTMSET) {
117 phys = ((low & IOART_DESTMOD) == IOART_DESTPHY);
118 delmode = low & IOART_DELMOD;
119 level = low & IOART_TRGRLVL ? true : false;
123 vector = low & IOART_INTVEC;
233 uint32_t low, high, dest; local
246 low = vioapic->rtbl[pin].reg;
249 level = low
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_bypass.c48 while (atomic_cmpset_int(&adapter->bypass.low, 0, 1) == 0)
63 while (atomic_cmpset_int(&adapter->bypass.low, 1, 0) == 0)
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_dmar.h398 uint32_t high, low; local
400 low = bus_read_4(unit->regs, reg);
402 return (low | ((uint64_t)high << 32));
425 uint32_t high, low; local
427 low = val;
429 bus_write_4(unit->regs, reg, low);
/freebsd-11-stable/lib/libc/rpc/
H A Drpcb_clnt.c972 if (rpcerr.re_vers.low > RPCBVERS4)
H A Dsvc.c522 rply.acpted_rply.ar_vers.low = (u_int32_t)low_vers;
/freebsd-11-stable/sys/rpc/
H A Drpcb_clnt.c1012 if (rpcerr.re_vers.low > RPCBVERS4)
/freebsd-11-stable/contrib/byacc/
H A Dlalr.c254 int low; local
258 low = goto_map[symbol];
263 assert(low <= high);
264 middle = (low + high) >> 1;
269 low = middle + 1;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c4792 are, OR the register number into the low-order bits. */
5446 OP_HALF, /* 0 .. 65535 or low/high reloc. */
6595 add rd, pc, #low(label-.-8)"
8671 instruction encoding, and it allows only two low registers.
9708 /* We know we have low registers at this point.
11964 /* Invert low-order SIZE bits of XHI:XLO. */
16856 offsetT low;
16862 low = (1 << shift) - 1;
16866 if (offset & low)
17949 /* We usually want to set the low bi
16843 offsetT low; local
[all...]
H A Dtc-mips.c6651 order 32 bits of the value and the low order 32 bits are either
6727 the value and the low order 32 bits are either zero or in
9210 * We issue a warning and mask out all but the low 5 bits.
9235 greater than 31, issue a warning and mask out all but the low
9488 as_warn ("Improper align amount (%ld), using low bits",
9734 the low order 32 bits. Otherwise, set imm_expr to
12042 the same low-part relocation unless there's no alternative. Having
12043 several high parts for the same low part is a GNU extension; this rule
12048 It therefore makes sense to choose the last matching low-part
12078 Set LO_POS to the position of the chosen low
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c998 uint16_t factor, low, high, nsteps; local
1013 low = DTRACE_LLQUANTIZE_LOW(arg);
1021 if (size > INT32_MAX || factor < 2 || low >= high ||
1057 for (order = 0; order < low; order++)
/freebsd-11-stable/usr.bin/rpcinfo/
H A Drpcinfo.c368 * that fails, it obtains the high order and the low order version number. If
414 minvers = rpcerr.re_vers.low;
429 minvers = rpcerr.re_vers.low;
516 if (err.re_vers.low > PMAPVERS) {
731 if (err.re_vers.low == RPCBVERS4) {
742 int high, low; local
784 low = pmaphead->pml_map.pm_port & 0xff;
788 high, low);
1311 minvers = rpcerr.re_vers.low;
1325 minvers = rpcerr.re_vers.low;
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c463 printf("low protect = %d, prio = %d\n", _sched_protect(-2),
466 printf("low prio = %d\n", param.sched_priority);
496 * 2. each child thread(low and high priority thread) sets its scheduler and
500 * 4. the child thread with low priority will call _sched_protect to increase
502 * 5. We verify the thread with low priority runs first.
506 * starting first. The low priority thread did not call _sched_protect(2).
512 * with real low priority.
519 pthread_t high, low; local
534 PTHREAD_REQUIRE(pthread_create(&low, NULL, low_prio, NULL));
536 PTHREAD_REQUIRE(pthread_join(low, NUL
[all...]
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c609 /* If TRUE, we split addresses into their high and low parts in the RTL. */
2214 In this case, we know bit 16 is set and that the low 16 bits
2330 /* Split moves of symbolic constants into high/low pairs. */
2413 m16_check_op (rtx op, int low, int high, int mask)
2416 && INTVAL (op) >= low
2769 false to select the low part. */
5379 'L' print low-order register of double-word register operand.
6406 low SP->| if not passed. |
6617 /* Save registers starting from high to low. The debuggers prefer at least
7677 registers, the first register always holds the low wor
2406 m16_check_op(rtx op, int low, int high, int mask) argument
[all...]
/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c4612 sysctl_int_range(SYSCTL_HANDLER_ARGS, int low, int high) argument
4622 if (value < low || value > high)

Completed in 398 milliseconds

1234567891011>>