Searched refs:x1 (Results 1 - 25 of 60) sorted by path

123

/bionic/libc/arch-arm/bionic/
H A Dmemcpy.S323 tst r2, #0x1
484 tst r2, #0x1
/bionic/libc/arch-arm/cortex-a9/bionic/
H A Dmemcpy_base.S224 tst r2, #0x1
/bionic/libc/arch-arm/generic/bionic/
H A Dmemcpy.S189 tst r2, #0x1
/bionic/libc/include/net/
H A Dif_types.h45 #define IFT_OTHER 0x1 /* none of the following */
/bionic/libc/include/netinet/
H A Dicmp6.h411 #define NI_SUPTYPE_FLAG_COMPRESS 0x1
412 #define NI_FQDN_FLAG_VALIDTTL 0x1
420 #define NI_NODEADDR_FLAG_LINKLOCAL 0x1
436 #define NI_NODEADDR_FLAG_TRUNCATE 0x1
/bionic/libc/include/sys/
H A Dexec_elf.h362 #define PF_X 0x1 /* Segment is executable */
1083 #define VER_FLG_BASE 0x1
/bionic/libc/kernel/arch-arm/asm/arch/
H A Dfpga.h71 #define OMAP1510_FPGA_REV_HIGH (OMAP1510_FPGA_BASE + 0x1)
/bionic/libc/kernel/arch-mips/asm/dec/
H A Dkn02xa.h45 #define KN02XA_MER_BYTERR_0 (0x1<<8)
/bionic/libc/kernel/arch-mips/asm/ip32/
H A Dcrime.h121 #define CRIME_CPU_ERROR_CPU_WRT_PRTY 0x1
/bionic/libc/kernel/arch-mips/asm/lasat/
H A Dlasat.h107 #define LASAT_W1_HIFN(v) (((v) >> 0x04) & 0x1)
109 #define LASAT_W1_ISDN(v) (((v) >> 0x05) & 0x1)
110 #define LASAT_W1_IDE(v) (((v) >> 0x06) & 0x1)
111 #define LASAT_W1_HDLC(v) (((v) >> 0x07) & 0x1)
112 #define LASAT_W1_USVERSION(v) (((v) >> 0x08) & 0x1)
114 #define LASAT_W1_4MACS(v) (((v) >> 0x09) & 0x1)
115 #define LASAT_W1_EXTSERIAL(v) (((v) >> 0x0a) & 0x1)
/bionic/libc/kernel/arch-mips/asm/mach-au1x00/
H A Dau1000.h121 #define INTC_INT_RISE_EDGE 0x1
201 #define I2S_CONFIG_FM_LJ (0x1 << I2S_CONFIG_FM_BIT)
764 #define SYS_CS_MUX_AUX 0x1
/bionic/libc/kernel/arch-mips/asm/mips-boards/
H A Dbonito64.h109 #define BONITO_BONPONCFG_ROMBOOT_SOCKET (0x1<<BONITO_BONPONCFG_ROMBOOT_SHIFT)
/bionic/libc/kernel/arch-mips/asm/
H A Dmipsmtregs.h90 #define MVPCONF0_M (_ULCAST_(0x1) << MVPCONF0_M_SHIFT)
H A Dmipsregs.h136 #define FPU_CSR_RZ 0x1
691 #define rddsp(mask) ({ unsigned int __res; __asm__ __volatile__( " .set push \n" " .set noat \n" " # rddsp $1, %x1 \n" " .word 0x7c000cb8 | (%x1 << 16) \n" " move %0, $1 \n" " .set pop \n" : "=r" (__res) : "i" (mask)); __res; })
692 #define wrdsp(val, mask) do { __asm__ __volatile__( " .set push \n" " .set noat \n" " move $1, %0 \n" " # wrdsp $1, %x1 \n" " .word 0x7c2004f8 | (%x1 << 11) \n" " .set pop \n" : : "r" (val), "i" (mask)); } while (0)
H A Dsmp.h34 #define SMP_RESCHEDULE_YOURSELF 0x1
/bionic/libc/kernel/arch-mips/asm/pci/
H A Dbridge.h326 #define BRIDGE_REV_A 0x1
334 #define BRIDGE_STAT_FLASH_SELECT (0x1 << 6)
335 #define BRIDGE_STAT_PCI_GIO_N (0x1 << 5)
339 #define BRIDGE_CTRL_EN_CLK50 (0x1 << 30)
340 #define BRIDGE_CTRL_EN_CLK40 (0x1 << 29)
341 #define BRIDGE_CTRL_EN_CLK33 (0x1 << 28)
345 #define BRIDGE_CTRL_RST_PIN(x) (BRIDGE_CTRL_RST(0x1 << (x)))
346 #define BRIDGE_CTRL_IO_SWAP (0x1 << 23)
347 #define BRIDGE_CTRL_MEM_SWAP (0x1 << 22)
349 #define BRIDGE_CTRL_PAGE_SIZE (0x1 << 2
[all...]
/bionic/libc/kernel/arch-mips/asm/sgi/
H A Dhpc3.h141 #define HPC3_ERST_CRESET 0x1
201 #define HPC3_GIOMISC_ERTIME 0x1
272 #define HPC3_PROM_WENAB 0x1
276 #define HPC3_PROM_SWAP 0x1
280 #define HPC3_PROM_STAT 0x1
/bionic/libc/kernel/arch-mips/asm/sibyte/
H A Dsb1250_scd.h109 #define K_SYS_SOC_TYPE_BCM1120 0x1
/bionic/libc/kernel/arch-mips/asm/sn/
H A Dioc3.h260 #define PCI_SCR_RX_SERR (0x1 << 16)
261 #define PCI_SCR_DROP_MODE (0x1 << 17)
262 #define PCI_SCR_SIG_PAR_ERR (0x1 << 24)
264 #define PCI_SCR_SIG_TAR_ABRT (0x1 << 27)
265 #define PCI_SCR_RX_TAR_ABRT (0x1 << 28)
266 #define PCI_SCR_SIG_MST_ABRT (0x1 << 29)
267 #define PCI_SCR_SIG_SERR (0x1 << 30)
269 #define PCI_SCR_PAR_ERR (0x1 << 31)
/bionic/libc/kernel/arch-mips/asm/sn/sn0/
H A Dhubio.h294 #define IIO_IMEM_W0ESD 0x1
514 #define IIO_ICRB_INIT_BTE0 0x1
762 #define IBLS_BUSY (0x1 << 20)
765 #define IBLS_ERROR (0x1 << IBLS_ERROR_SHFT)
767 #define IBCT_POISON (0x1 << 8)
769 #define IBCT_NOTIFY (0x1 << 4)
770 #define IBCT_ZFIL_MODE (0x1 << 0)
H A Dhubmd.h221 #define MD_MIG_DIFF_THRES_VALID_MASK (UINT64_CAST 0x1 << 63)
225 #define MD_MIG_VALUE_THRES_VALID_MASK (UINT64_CAST 0x1 << 63)
229 #define MD_MIG_CANDIDATE_VALID_MASK (UINT64_CAST 0x1 << 63)
231 #define MD_MIG_CANDIDATE_TYPE_MASK (UINT64_CAST 0x1 << 30)
234 #define MD_MIG_CANDIDATE_OVERRUN_MASK (UINT64_CAST 0x1 << 29)
250 #define MD_DIR_POISONED (UINT64_CAST 0x1)
357 #define MD_PROT_MIGMD_PREL (UINT64_CAST 0x1 << 3)
H A Dhubni.h72 #define NSRI_8BITMODE_MASK (UINT64_CAST 0x1 << 30)
75 #define NSRI_LINKUP_MASK (UINT64_CAST 0x1 << 29)
77 #define NSRI_DOWNREASON_MASK (UINT64_CAST 0x1 << 28)
/bionic/libc/kernel/arch-x86/asm/
H A Dapicdef_32.h110 #define APIC_TIMER_BASE_TMBASE 0x1
137 #define APIC_TDR_DIV_4 0x1
H A Ducontext.h21 #define UC_FP_XSTATE 0x1
H A Dvoyager.h75 #define VOYAGER_READ_CONFIG 0x1
425 #define VOYAGER_DUMP_BUTTON_NMI 0x1
431 #define VOYAGER_IGNORE_DUMP 0x1
442 #define VOYAGER_OS_HAS_SYSINT 0x1
447 #define VOYAGER_SUS_BOOTING 0x1

Completed in 360 milliseconds

123