Home
last modified time | relevance | path

Searched refs:tst (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/kernel/arch/arm/mach-footbridge/include/mach/
H A Dentry-macro.S28 tst \irqstat, #IRQ_MASK_SDRAMPARITY
31 tst \irqstat, #IRQ_MASK_UART_RX
35 tst \irqstat, #IRQ_MASK_DMA1
39 tst \irqstat, #IRQ_MASK_DMA2
43 tst \irqstat, #IRQ_MASK_IN0
47 tst \irqstat, #IRQ_MASK_IN1
51 tst \irqstat, #IRQ_MASK_IN2
55 tst \irqstat, #IRQ_MASK_IN3
59 tst \irqstat, #IRQ_MASK_PCI
63 tst \irqstat, #IRQ_MASK_DOORBELLHOST
[all …]
/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0012-Properly-initialize-audit-cookie-for-the-dynamic-loa.patch14 elf/tst-auditmany.c | 26 +++++++++++++++++
15 elf/tst-auditmanymod.h | 64 +++++++++++++++++++++++++++++++++++++++++
16 elf/tst-auditmanymod1.c | 20 +++++++++++++
17 elf/tst-auditmanymod2.c | 20 +++++++++++++
18 elf/tst-auditmanymod3.c | 20 +++++++++++++
19 elf/tst-auditmanymod4.c | 20 +++++++++++++
20 elf/tst-auditmanymod5.c | 20 +++++++++++++
21 elf/tst-auditmanymod6.c | 20 +++++++++++++
22 elf/tst-auditmanymod7.c | 20 +++++++++++++
23 elf/tst-auditmanymod8.c | 20 +++++++++++++
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/timens/
H A Dexec.c23 struct timespec now, tst; in main() local
32 _gettime(CLOCK_MONOTONIC, &tst, i); in main()
33 if (abs(tst.tv_sec - now.tv_sec) > 5) in main()
34 return pr_fail("%ld %ld\n", now.tv_sec, tst.tv_sec); in main()
52 _gettime(CLOCK_MONOTONIC, &tst, i); in main()
53 if (abs(tst.tv_sec - now.tv_sec) > 5) in main()
55 now.tv_sec, tst.tv_sec); in main()
72 _gettime(CLOCK_MONOTONIC, &tst, i); in main()
73 if (abs(tst.tv_sec - now.tv_sec - OFFSET) > 5) in main()
75 now.tv_sec + OFFSET, tst.tv_sec); in main()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/
H A Dtst.hpp28 struct tst struct
34 tst() in tst() argument
39 ~tst() in ~tst() argument
44 tst(tst const& rhs) in tst() argument
50 tst& operator=(tst const& rhs) in operator =() argument
98 void copy(tst const& rhs) in copy() argument
103 tst& assign(tst const& rhs) in assign() argument
/OK3568_Linux_fs/kernel/arch/arm/lib/
H A Dcsumpartialcopygeneric.S33 tst dst, #1
40 tst dst, #2
59 tst dst, #1 @ dst 16-bit aligned
67 tst len, #6
77 tst len, #6
80 tst len, #1
95 tst dst, #3 @ Test destination alignment
104 tst src, #3 @ Test source alignment
124 tst ip, #8
130 tst ip, #4
[all …]
H A Dcsumpartial.S38 tst buf, #1 @ odd address?
44 .Lless4: tst len, #6
64 tst len, #6
67 .Lless8_byte: tst len, #1 @ odd number of bytes
73 tst td0, #1 @ check buffer alignment
77 .Lnot_aligned: tst buf, #1 @ odd address
82 tst buf, #2 @ 32-bit aligned?
104 tst buf, #1
108 tst buf, #3 @ Test destination alignment
130 3: tst len, #0x1c @ should not change C
[all …]
H A Dmemset.S53 tst r2, #32
56 tst r2, #16
89 tst r8, #(1 << 30)
99 tst r2, #32
101 tst r2, #16
109 4: tst r2, #8
111 tst r2, #4
117 5: tst r2, #2
120 tst r2, #1
H A Dio-readsw-armv3.S18 .Linsw_align: tst r1, #1
32 tst r1, #3
67 tst r2, #7
70 .Lno_insw_8: tst r2, #4
85 .Lno_insw_4: tst r2, #2
95 .Lno_insw_2: tst r2, #1
H A Dio-writesw-armv3.S18 .Loutsw_align: tst r1, #1
33 tst r1, #3
78 tst r2, #7
81 .Lno_outsw_8: tst r2, #4
102 .Lno_outsw_4: tst r2, #2
115 .Lno_outsw_2: tst r2, #1
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dkgdbts.c172 struct test_struct *tst; member
400 fill_get_buf(ts.tst[ts.idx].get); in skip_back_repeat_test()
715 if (ts.tst[ts.idx].put_handler) in validate_simple_test()
716 return ts.tst[ts.idx].put_handler(put_str, in validate_simple_test()
717 ts.tst[ts.idx].put); in validate_simple_test()
719 chk_str = ts.tst[ts.idx].put; in validate_simple_test()
756 if (ts.tst[ts.idx].get_handler) in run_simple_test()
757 ts.tst[ts.idx].get_handler(ts.tst[ts.idx].get); in run_simple_test()
759 fill_get_buf(ts.tst[ts.idx].get); in run_simple_test()
776 if (ts.tst[ts.idx].get[0] == '\0' && ts.tst[ts.idx].put[0] == '\0' && in run_simple_test()
[all …]
/OK3568_Linux_fs/kernel/arch/sh/lib/
H A Dstrlen.S16 tst r0,r0
27 tst r1,r1
32 tst r1,r1
37 tst r1,r1
56 tst r0,r0
61 tst r0,r0
66 tst r0,r0
H A Dchecksum.S49 tst #3, r0 ! Check alignment.
53 tst #1, r0 ! Check alignment.
57 tst r5, r5
62 addc r0, r6 ! t=0 from previous tst
69 tst #2, r0
90 tst r1, r1
164 tst #1, r0
203 tst #1,r0 ! Check dest word aligned
207 tst r0,r5 ! Check dest alignment.
221 tst r6,r6
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dmemset.S55 tst r2, #32
58 tst r2, #16
87 tst r8, #(1 << 30)
97 tst r2, #32
99 tst r2, #16
105 4: tst r2, #8
107 tst r2, #4
113 5: tst r2, #2
116 tst r2, #1
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/
H A Ditest.S53 tst.l %d0
185 tst.b %d0
209 tst.b %d0
231 tst.b %d0
255 tst.b %d0
279 tst.b %d0
303 tst.b %d0
327 tst.b %d0
351 tst.b %d0
375 tst.b %d0
[all …]
H A Dftest.S69 tst.l %d0
269 tst.b %d0
273 tst.b %d0
309 tst.b %d0
313 tst.b %d0
346 tst.b %d0
350 tst.b %d0
382 tst.b %d0
386 tst.b %d0
419 tst.b %d0
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/lib/
H A Dmte.S34 tst x0, #(PAGE_SIZE - 1)
55 tst x0, #(PAGE_SIZE - 1)
60 tst x0, #(PAGE_SIZE - 1)
78 tst x2, #(PAGE_SIZE - 1)
147 tst x0, #0xFF // 16 tag values fit in a register,
152 tst x0, #(PAGE_SIZE - 1)
170 tst x0, #0xFF
173 tst x0, #(PAGE_SIZE - 1)
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dabort-lv4t.S19 tst r5, #PSR_T_BIT @ check for thumb mode
31 tst r8, #1 << 20 @ L = 1 -> write?
62 tst r8, #1 << 21 @ check writeback bit
79 tst r8, #1 << 23 @ Check U bit
87 tst r8, #1 << 21 @ Check writeback bit
92 tst r8, #1 << 22 @ if (immediate offset)
99 tst r8, #1 << 23 @ Check U bit
107 tst r8, #1 << 21 @ check writeback bit
115 tst r8, #1 << 23 @ Check U bit
123 tst r8, #1 << 21 @ check writeback bit
[all …]
H A Dproc-macros.S166 tst r1, #L_PTE_DIRTY|L_PTE_RDONLY
169 tst r1, #L_PTE_USER
176 tst r1, #L_PTE_XN
181 tst r1, #L_PTE_YOUNG
215 tst r3, #L_PTE_USER @ user?
218 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty?
221 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
226 tst r2, #PTE_CACHEABLE
257 tst r3, #L_PTE_USER @ user?
260 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty?
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/tremor/tremor/
H A Dtremor-arm-thumb2.patch61 "tst r1,#0xff000000;"
65 "tst r1,#0x00f00000;"
69 "tst r1,#0x000c0000;"
73 "tst r1,#0x00020000;"
77 "tst r1,#0x00010000;"
85 asm("tst %0,#0x0000ff00;"
89 "tst %0,#0x0000f000;"
93 "tst %0,#0x0000c000;"
97 "tst %0,#0x00008000;"
/OK3568_Linux_fs/kernel/arch/arm/include/debug/
H A Dicedcc.S22 tst \rx, #0x20000000
35 tst \rx, #0x20000000
49 tst \rx, #0x10000000
62 tst \rx, #0x10000000
76 tst \rx, #2
90 tst \rx, #2
H A Dsamsung.S21 tst \rd, #S5PV210_UFSTAT_TXFULL
40 tst \rd, #S3C2440_UFSTAT_TXFULL
54 tst \rd, #S3C2410_UFCON_FIFOMODE @ fifo enabled?
66 tst \rd, #S3C2410_UTRSTAT_TXFE
78 tst \rd, #S3C2410_UFCON_FIFOMODE @ fifo enabled?
90 tst \rd, #S3C2410_UTRSTAT_TXFE
/OK3568_Linux_fs/kernel/arch/arm/mach-at91/
H A Dpm_suspend.S28 tst tmp1, #AT91_PMC_MCKRDY
37 tst tmp1, #AT91_PMC_MOSCS
46 tst tmp1, #AT91_PMC_MOSCSELS
192 tst tmp1, #AT91_PMC_MOSCRCS
204 tst tmp1, #AT91_PMC_MOSCRCS
223 tst tmp1, #AT91_PMC_MOSCRCS
235 tst tmp1, #AT91_PMC_MOSCRCS
259 tst tmp1, #AT91_PMC_MOSCRCS
271 tst tmp1, #AT91_PMC_MOSCRCS
346 tst tmp1, #AT91_PMC_MOSCRCS
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bzip2/bzip2/
H A DMakefile.am34 ./bzip2 -d < sample1.bz2 > sample1.tst
35 ./bzip2 -d < sample2.bz2 > sample2.tst
36 ./bzip2 -ds < sample3.bz2 > sample3.tst
43 @if cmp sample1.tst sample1.ref; then echo "PASS: sample1 decompress";\
45 @if cmp sample2.tst sample2.ref; then echo "PASS: sample2 decompress";\
47 @if cmp sample3.tst sample3.ref; then echo "PASS: sample3 decompress";\
/OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/include/mach/
H A Dentry-macro.S22 tst \stat, #15
25 tst \stat, #3
28 tst \stat, #1
31 tst \stat, #1 @ bit 0 should be set
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dsleep33xx.S40 tst r4, #WFI_FLAG_FLUSH_CACHE
72 tst r4, #WFI_FLAG_SELF_REFRESH
82 tst r4, #WFI_FLAG_SAVE_EMIF
90 tst r4, #WFI_FLAG_SELF_REFRESH
107 tst r4, #WFI_FLAG_WAKE_M3
175 tst r4, #WFI_FLAG_SELF_REFRESH
183 tst r4, #WFI_FLAG_FLUSH_CACHE

12345678910>>...12