Searched refs:tst (Results 1 – 24 of 24) sorted by relevance
/xen/xen/arch/arm/arm32/lib/ |
A D | memset.S | 49 tst r2, #32 52 tst r2, #16 81 tst r8, #(1 << 30) 91 tst r2, #32 93 tst r2, #16 99 4: tst r2, #8 101 tst r2, #4 107 5: tst r2, #2 110 tst r2, #1
|
A D | memzero.S | 62 tst r1, #32 @ 1 65 tst r1, #16 @ 1 16 bytes or more? 102 tst r1, #32 104 tst r1, #16 110 4: tst r1, #8 @ 1 8 bytes or more? 112 tst r1, #4 @ 1 4 bytes or more? 118 5: tst r1, #2 @ 1 2 bytes or more? 121 tst r1, #1 @ 1 a byte left over
|
A D | findbit.S | 182 tst r3, #0x0f 185 tst r3, #0x30 188 tst r3, #0x40
|
A D | lib1funcs.S | 54 tst \divisor, #0xe0000000 184 tst \order, #3 213 tst r1, r2 266 tst r1, r2 @ divisor is power of 2 ?
|
A D | assembler.h | 158 tst \oldcpsr, #PSR_I_BIT
|
A D | div64.S | 51 tst ip, r4
|
/xen/tools/tests/xenstore/ |
A D | xs-test.c | 64 static int call_test(struct test *tst, int iters, bool no_clock) in call_test() argument 85 ret = tst->func_init(tst->par); in call_test() 91 ret = tst->func(tst->par); in call_test() 107 ret = tst->func_deinit(tst->par); in call_test() 113 printf("%-10s: failed (ret = %d, stage %s)\n", tst->name, ret, stage); in call_test() 116 printf("%-10s:", tst->name); in call_test()
|
/xen/xen/arch/arm/arm64/lib/ |
A D | clear_page.S | 31 tst x0, #(PAGE_SIZE - 1)
|
A D | memcpy.S | 162 tst count, #0x3f 197 tst count, #0x3f
|
A D | memmove.S | 158 tst count, #0x3f 193 tst count, #0x3f
|
A D | memset.S | 139 tst count, #0x3f
|
A D | strcmp.S | 65 tst tmp1, #7
|
A D | memcmp.S | 63 tst tmp1, #7
|
A D | strncmp.S | 71 tst tmp1, #7
|
/xen/xen/arch/arm/arm32/ |
A D | debug-8250.inc | 27 tst \rc, #UART_LSR_THRE /* Check Xmit holding register flag */
|
A D | debug-exynos4210.inc | 29 tst \rc, #UTRSTAT_TXFE /* Check BUSY bit */
|
A D | debug-scif.inc | 38 tst \rc, #SCFSR_TDFE /* Check TDFE bit */
|
A D | debug-pl011.inc | 46 tst \rc, #BUSY /* Check BUSY bit */
|
A D | entry.S | 293 tst sp, #7
|
/xen/xen/arch/arm/arm64/ |
A D | debug-cadence.inc | 31 tst w\c, #UART_SR_INTR_TFUL
|
A D | debug-mvebu.inc | 32 tst w\c, #(1 << 11) /* Check TXFIFO FULL bit */
|
A D | debug-scif.inc | 32 tst w\c, #SCFSR_TDFE /* Check TDFE bit */
|
A D | debug-pl011.inc | 45 tst w\c, #0x8 /* Check BUSY bit */
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 563 ;; tst function
|
Completed in 20 milliseconds