Searched refs:low (Results 151 - 175 of 425) sorted by path

1234567891011>>

/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/stand/i386/btx/btx/
H A Dbtx.S681 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/pc98/btx/btx/
H A Dbtx.S706 movw %ax,-0x08(%esi) # Update user flags (low 16)
/freebsd-11-stable/sys/amd64/amd64/
H A Dfpu.c82 uint32_t low, hi; local
84 low = mask;
86 __asm __volatile("xrstor %0" : : "m" (*addr), "a" (low), "d" (hi));
92 uint32_t low, hi; local
94 low = mask;
96 __asm __volatile("xsave %0" : "=m" (*addr) : "a" (low), "d" (hi) :
H A Dprof_machdep.c204 u_char high, low; local
212 * would be slower and we can't really use the low bit
240 low = inb(TIMER_CNTR0);
242 count = ((high << 8) | low) << CPUTIME_CLOCK_I8254_SHIFT;
/freebsd-11-stable/sys/amd64/include/
H A Dcpufunc.h361 uint32_t low, high; local
363 __asm __volatile("rdmsr" : "=a" (low), "=d" (high) : "c" (msr));
364 return (low | ((uint64_t)high << 32));
370 uint32_t low; local
372 __asm __volatile("rdmsr" : "=a" (low) : "c" (msr) : "rdx");
373 return (low);
379 uint32_t low, high; local
381 __asm __volatile("rdpmc" : "=a" (low), "=d" (high) : "c" (pmc));
382 return (low | ((uint64_t)high << 32));
388 uint32_t low, hig local
418 uint32_t low, high; local
484 u_int low, high; local
493 u_int low, high; local
[all...]
/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/arm/allwinner/
H A Dif_emac.c182 * 'bsd' + random 24 low-order bits. 'b' is 0x62, which has the locally
1175 sysctl_int_range(SYSCTL_HANDLER_ARGS, int low, int high) argument
1185 if (value < low || value > high)
/freebsd-11-stable/sys/arm/at91/
H A Dif_ate.c875 uint32_t low, high; local
883 low = RD4(sc, sa_low_reg[i]);
885 if ((low | (high & 0xffff)) != 0) {
886 eaddr[0] = low & 0xff;
887 eaddr[1] = (low >> 8) & 0xff;
888 eaddr[2] = (low >> 16) & 0xff;
889 eaddr[3] = (low >> 24) & 0xff;
/freebsd-11-stable/sys/arm/include/
H A Datags.h92 uint32_t low; member in struct:arm_lbabi_serial_number
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_bo.c102 vm_paddr_t low, high, boundary; local
104 low = 0;
111 m = vm_page_alloc_contig(NULL, 0, pflags, npages, low, high, alignment,
115 if (!vm_page_reclaim_contig(pflags, npages, low, high,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h67 #define BF32_DECODE(x, low, len) P2PHASE((x) >> (low), 1U << (len))
68 #define BF64_DECODE(x, low, len) P2PHASE((x) >> (low), 1ULL << (len))
69 #define BF32_ENCODE(x, low, len) (P2PHASE((x), 1U << (len)) << (low))
70 #define BF64_ENCODE(x, low, len) (P2PHASE((x), 1ULL << (len)) << (low))
72 #define BF32_GET(x, low, len) BF32_DECODE(x, low, le
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c278 unsigned low, size; local
293 low = 0;
295 if ((low % 7) == 0) printf("\n ");
296 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
297 state.lencode[low].val);
298 if (++low == size) break;
304 low = 0;
306 if ((low % 6) == 0) printf("\n ");
307 printf("{%u,%u,%d}", state.distcode[low]
[all...]
H A Dinftrees.c53 unsigned low; /* low bits for current root entry */ local
54 unsigned mask; /* mask for low root bits */
161 of the low root bits of huff. This is saved in low to check for when a
209 low = (unsigned)(-1); /* trigger new sub-table when len > root */
211 mask = used - 1; /* mask for comparing low */
234 /* replicate for those indices with low len bits equal to huff */
262 if (len > root && (huff & mask) != low) {
286 low
[all...]
/freebsd-11-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c2403 * Get the next byte and separate the op code into the high and low nibbles.
2406 dtrace_get_opcode(dis86_t *x, uint_t *high, uint_t *low) argument
2423 *low = byte & 0xf; /* ----xxxx low 4 bits */
2913 uint_t opcode2; /* low nibble of 1st byte */
2916 uint_t opcode5; /* low nibble of 2nd byte */
2918 uint_t opcode7; /* low nibble of 3rd byte */
3867 /* immediate to register with register in low 3 bits */
4168 * single register operand with register in the low 3
4182 * register to accumulator with register in the low
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/net/
H A Dip.h47 inet_get_local_port_range(struct vnet *vnet, int *low, int *high) argument
51 *low = V_ipport_firstauto;
55 *low = IPPORT_EPHEMERALFIRST; /* 10000 */
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_nb_regs.h103 /* [0x70] Read-only that reflects CPU Cluster Local GIC base low address */
107 /* [0x78] Read-only that reflects IOGIC base low address */
346 uint32_t low; member in struct:al_nb_mc_pmu_counters
1015 Fabric priority below this value is mapped to DDR low priority queue. */
1456 low - 0x0: Exception vectors start at address 0x00000000.
1482 If requested to enter power mode other than normal mode, low power state is resumed whenever CPU reenters STNDBYWFI state:
1598 /* Enable setting of counter low overflow status bit:
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h218 u_int32_t ast_ani_ccklow; /* ANI CCK weak signal threshold low */
1215 u_int16_t flags, u_int16_t *low, u_int16_t *high);
H A Dar9300_attach.c2659 u_int16_t flags, u_int16_t *low, u_int16_t *high)
2665 *low = p_cap->halLow5GhzChan;
2670 *low = p_cap->halLow2GhzChan;
2658 ar9300_get_channel_edges(struct ath_hal *ah, u_int16_t flags, u_int16_t *low, u_int16_t *high) argument
H A Dar9300_stub_funcs.c70 uint16_t *low, uint16_t *high)
69 ar9300_Stub_GetChannelEdges(struct ath_hal *ah, uint16_t flags, uint16_t *low, uint16_t *high) argument
H A Dar9300_stub_funcs.h13 uint16_t flags, uint16_t *low, uint16_t *high);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c586 p_FmPcd->physicalMuramBase = (uint64_t)((uint64_t)(&physicalMuramBase)->low | ((uint64_t)(&physicalMuramBase)->high << 32));
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c2545 (uint64_t)((uint64_t)(fmParams.fmMuramPhysBaseAddr.low) |
H A Dfm_port.h868 physAddr |= GET_UINT32(p_Bd->buff.low);
876 WRITE_UINT32(fmPhysAddr->low,(uint32_t)value);

Completed in 672 milliseconds

1234567891011>>