Searched refs:xc (Results 76 - 100 of 258) sorted by relevance

1234567891011

/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-ixf18201.c73 #define IXF_WR_DATA_HI (PAL_BASE + 0xc)
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Utility/
H A DStringExtractor.cpp30 255, 0xa, 0xb, 0xc, 0xd, 0xe, 0xf, 255,
34 255, 0xa, 0xb, 0xc, 0xd, 0xe, 0xf, 255,
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h550 } else if ((OpCmode & 0xc) == 0x8) {
560 } else if ((OpCmode & 0xe) == 0xc) {
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.cpp401 *(unsigned char*)(RetAddr-0xc) = 0xE9;
407 sys::ValgrindDiscardTranslations((void*)(RetAddr-0xc), 0xd);
/freebsd-10.2-release/lib/libkse/arch/ia64/ia64/
H A Dcontext.S40 mov ar.rsc=0xc
200 mov ar.rsc=0xc
/freebsd-10.2-release/sys/dev/xen/console/
H A Dconsole.c34 static char driver_name[] = "xc";
58 CONSOLE_DRIVER(xc); variable
239 tty_makedev(xccons, NULL, "xc%r", 0);
444 DRIVER_MODULE(xc, nexus, xc_driver, xc_devclass, 0, 0);
/freebsd-10.2-release/sys/i386/i386/
H A Delan-mmcr.c107 v ^= 0xc;
263 mmcrptr[(echo_a ^ 0xc) / 2] = echo_d;
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h403 if (i & 0xc) {
435 if (i & 0xc) {
/freebsd-10.2-release/sys/dev/bwi/
H A Dif_bwireg.h226 #define BWI_80211_MOBJ_CWMIN 0xc
251 #define BWI_TX32_STATUS 0xc
/freebsd-10.2-release/sys/boot/i386/btx/btx/
H A Dbtx.S75 .set V86_DS,0xc # V86 DS
126 .word PAG_CNT-MEM_ORG>>0xc # Paging control
219 pushl btx_hdr+0xc # Set EIP
335 push $0xc # Int 0xc: #SS
407 push $0xc # Int 0x24: IRQ4
408 jmp int_hw # V86 int 0xc
707 addl 0xc(%esp,1),%eax # Change to user
951 push $0xc # Int 0x24: IRQ4
952 jmp int_hwr # V86 int 0xc
[all...]
/freebsd-10.2-release/sys/boot/pc98/btx/btx/
H A Dbtx.S73 .set V86_DS,0xc # V86 DS
122 .word PAG_CNT-MEM_ORG>>0xc # Paging control
217 pushl btx_hdr+0xc # Set EIP
337 push $0xc # Int 0xc: #SS
433 push $0xc # Int 0x24: IRQ4
434 jmp int_hw # V86 int 0xc
732 addl 0xc(%esp,1),%eax # Change to user
973 push $0xc # Int 0x24: IRQ4
974 jmp int_hwr # V86 int 0xc
[all...]
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dia64-asmtab.c5219 { 124, 3, 0, 0x0000002170000000ull, 0x000001eff8000000ull, { 25, 0, 0, 0, 0 }, 0xc, 846, },
5355 { 209, 3, 0, 0x0000002050000000ull, 0x000001eff8000000ull, { 26, 25, 0, 0, 0 }, 0xc, 1050, },
6117 { 0xc, 39, 1, 52 },
6123 { 0xc, 40, 0, 49 },
6551 { 0xc, 409, 0, 498 },
6555 { 0xc, 407, 0, 500 },
6559 { 0xc, 405, 0, 502 },
6563 { 0xc, 401, 0, 504 },
6767 { 0xc, 402, 1, 716 },
6768 { 0xc, 40
[all...]
/freebsd-10.2-release/sys/dev/uart/
H A Duart_dev_lpc.c822 int xc; local
833 xc = uart_getreg(bas, REG_DATA);
835 xc |= UART_STAT_FRAMERR;
837 xc |= UART_STAT_PARERR;
838 uart_rx_put(sc, xc);
H A Duart_dev_ns8250.c851 int xc; local
862 xc = uart_getreg(bas, REG_DATA);
864 xc |= UART_STAT_FRAMERR;
866 xc |= UART_STAT_PARERR;
867 uart_rx_put(sc, xc);
/freebsd-10.2-release/sys/dev/bwn/
H A Dif_bwn.c621 { 0x6e, 0xc, 0xc, 0x4, 0x5, 0x5, 0x5, 0x5, 0x77, 0x80, 0x80, 0x70 },
622 { 0x6a, 0xc, 0xc, 0, 0x2, 0x5, 0xd, 0xd, 0x77, 0x80, 0x20, 0 },
623 { 0x6a, 0xc, 0xc, 0, 0x1, 0x5, 0xd, 0xc, 0x77, 0x80, 0x20, 0 },
624 { 0x6a, 0xc, 0xc, 0, 0x1, 0x4, 0xc,
[all...]
/freebsd-10.2-release/sys/net80211/
H A Dieee80211_phy.c423 [0xc] = 108
433 [0xc] = 44, /* 0xdc , actually PBCC */
456 case 108: return 0xc;
/freebsd-10.2-release/sys/mips/atheros/
H A Duart_dev_ar933x.c637 int xc; local
649 xc = ar933x_getreg(bas, AR933X_UART_DATA_REG) & 0xff;
657 uart_rx_put(sc, xc);
/freebsd-10.2-release/contrib/gcc/config/
H A Dfp-bit.h155 # define FRACHIGH2 ((TItype)0xc << 124)
165 # define FRACHIGH2 ((TItype)0xc << 124)
/freebsd-10.2-release/sys/dev/etherswitch/arswitch/
H A Darswitchreg.h490 #define AR8327_REG_PORT_LOOKUP(_i) (0x660 + (_i) * 0xc)
499 #define AR8327_REG_PORT_PRIO(_i) (0x664 + (_i) * 0xc)
/freebsd-10.2-release/sys/arm/mv/
H A Dmvwin.h204 #define MV_WIN_DDR_BASE(n) (0xc * (n) + 0x4)
205 #define MV_WIN_DDR_SIZE(n) (0xc * (n) + 0x0)
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp1124 } else if ((OpCmode & 0xc) == 0x8) {
1130 } else if ((OpCmode & 0xe) == 0xc) {
1160 } else if ((OpCmode & 0xc) == 0x8) {
1166 } else if ((OpCmode & 0xe) == 0xc) {
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h94 Unknown = 0xc
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_hopfser.c298 if ((synch && 0xc) == 0 ){ /* time ok? */
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dsalt-des.c145 unsigned char swap[] = { 0x0, 0x8, 0x4, 0xc, 0x2, 0xa, 0x6, 0xe,
/freebsd-10.2-release/bin/ed/
H A Dcbc.c210 case 'C': case 'c': return(radix > 12 ? 0xc : -1);

Completed in 185 milliseconds

1234567891011