Home
last modified time | relevance | path

Searched refs:bt (Results 1 – 25 of 63) sorted by relevance

123

/arch/arm/mach-s3c24xx/
Diotiming-s3c2412.c44 struct s3c2412_iobank_timing *bt; in s3c2412_print_timing() local
48 bt = iot->bank[bank].io_2412; in s3c2412_print_timing()
49 if (!bt) in s3c2412_print_timing()
54 print_ns(bt->idcy), in s3c2412_print_timing()
55 print_ns(bt->wstrd), in s3c2412_print_timing()
56 print_ns(bt->wstwr), in s3c2412_print_timing()
57 print_ns(bt->wstoen), in s3c2412_print_timing()
58 print_ns(bt->wstwen), in s3c2412_print_timing()
59 print_ns(bt->wstbrd)); in s3c2412_print_timing()
96 struct s3c2412_iobank_timing *bt) in s3c2412_calc_bank() argument
[all …]
Diotiming-s3c2410.c38 struct s3c2410_iobank_timing *bt; in s3c2410_print_timing() local
42 bt = timings->bank[bank].io_2410; in s3c2410_print_timing()
43 if (!bt) in s3c2410_print_timing()
48 print_ns(bt->tacs), in s3c2410_print_timing()
49 print_ns(bt->tcos), in s3c2410_print_timing()
50 print_ns(bt->tacc), in s3c2410_print_timing()
51 print_ns(bt->tcoh), in s3c2410_print_timing()
52 print_ns(bt->tcah)); in s3c2410_print_timing()
218 struct s3c2410_iobank_timing *bt) in s3c2410_calc_bank() argument
224 res = bt->bankcon; in s3c2410_calc_bank()
[all …]
/arch/ia64/oprofile/
Dbacktrace.c44 static __inline__ int next_frame(ia64_backtrace_t *bt) in next_frame() argument
51 if (in_ivt_code(bt->frame.ip)) in next_frame()
62 if (bt->prev_pfs_loc && bt->regs && bt->frame.pfs_loc == bt->prev_pfs_loc) in next_frame()
63 bt->frame.pfs_loc = &bt->regs->ar_pfs; in next_frame()
64 bt->prev_pfs_loc = NULL; in next_frame()
66 return unw_unwind(&bt->frame) == 0; in next_frame()
72 ia64_backtrace_t *bt = vdata; in do_ia64_backtrace() local
81 unw_init_frame_info(&bt->frame, current, sw); in do_ia64_backtrace()
85 unw_get_sp(&bt->frame, &sp); in do_ia64_backtrace()
86 if (sp >= (u_long)bt->regs) in do_ia64_backtrace()
[all …]
/arch/powerpc/boot/
Dmktree.c48 boot_block_t bt; in main() local
62 bt.bb_magic = htonl(0x0052504F); in main()
65 bt.bb_dest = htonl(strtoul(argv[3], NULL, 0)); in main()
66 bt.bb_entry_point = htonl(strtoul(argv[4], NULL, 0)); in main()
72 bt.bb_num_512blocks = htonl(nblks); in main()
73 bt.bb_debug_flag = 0; in main()
75 bt.bb_checksum = 0; in main()
79 bt.reserved[0] = 0; in main()
80 bt.reserved[1] = 0; in main()
93 cp = (void *)&bt; in main()
[all …]
/arch/sh/lib/
Dstrlen.S17 bt/s 1f
28 bt 8f
33 bt 8f
38 bt 8f
57 bt/s 8f
62 bt/s 8f
67 bt 8f
Dudiv_qrnnd.S48 bt .Lots
53 bt 0f
62 bt 0f
65 bt 0f
Dchecksum.S53 bt/s 2f ! Jump if alignment is ok.
57 bt 21f ! Jump if alignment is boundary of 2bytes.
62 bt 9f
73 bt 2f
78 bt/s 1f ! Jump if we had at least two bytes.
94 bt/s 4f ! if it's =0, go to 4f
150 bt/s 8f
168 bt 10f
231 bt 2f ! Jump if alignment is ok.
234 bt/s 1f
[all …]
Dmemcpy-sh4.S53 bt/s 3b ! 109 BR
70 bt/s 3b ! 109 BR
80 bt 9f ! 109 BR
85 bt/s 8b ! 109 BR
126 bt/s 3b ! 109 BR
138 bt/s 3b
148 bt 9f ! 109 BR
153 bt/s 8b ! 109 BR
181 bt/s 99f ! 111 BR (zero len)
188 bt/s .Lcase00 ! 111 BR (aligned)
[all …]
Dmemchr.S17 bt/s 2f
21 bt/s 3f
Dmemset.S18 bt/s 5f ! if n=0, do nothing
22 bt/s 4f ! if it's too small, set a byte at once
51 bt 5f
Dmemcpy.S18 bt/s 9f ! if n=0, do nothing
24 bt/s 7f ! if it's too small, copy a byte at once
D__clear_user.S25 bt .Larea2 ! skip to remainder
30 bt .Larea1
72 bt/s 1b
80 bt/s .Ldone
Dmemmove.S28 bt/s 9f ! if n=0, do nothing
33 bt/s 8f ! if it's too small, copy a byte at once
Dmemset-sh4.S20 bt/s 40f ! if it's too small, set a byte at once
41 bt/s 22f
51 bt/s 11f ! dst is already aligned
101 bt 5f
Dmcount.S66 bt 1f; \
76 bt stack_panic; \
105 bt skip_trace
116 bt 1f
126 bt skip_trace
Dcopy_page.S101 bt 2f
140 bt 1f
172 bt 1f
179 bt 2f
220 bt .L_cleanup
239 bt/s 1f
308 bt .L_cleanup
360 bt .L_exit
Dudivsi3_i4i-Os.S116 bt/s pos_divisor
120 bt/s neg_result
129 bt/s pos_result
Dudivsi3_i4i.S100 bt/s div_by_1
119 bt/s div_r8
127 bt udiv_r8
188 bt/s pos_divisor
192 bt/s neg_result
240 bt/s div_by_1_neg
257 bt/s pos_result
298 bt/s div_r8_neg
/arch/ia64/sn/kernel/
Dtiocx.c190 struct hubdev_info *hubdev, int bt) in cx_device_register() argument
204 cx_dev->bt = bt; in cx_device_register()
247 cx_dev->bt); in cx_device_reload()
372 static int is_fpga_tio(int nasid, int *bt) in is_fpga_tio() argument
388 *bt = ioboard_type; in is_fpga_tio()
452 cx_dev->bt); in show_cxdev_control()
504 int bt; in tiocx_init() local
508 if ((nasid & 0x1) && is_fpga_tio(nasid, &bt)) { in tiocx_init()
528 widgetp->xwi_hwid.mfg_num, hubdev, bt) < 0) in tiocx_init()
/arch/sh/kernel/cpu/shmobile/
Dsleep.S54 bt skip_regs_save
101 bt skip_mmu_save_disable
152 bt skip_set_sf
161 bt test_rstandby
169 bt test_ustandby
183 bt force_sleep
288 bt skip_restore_sf
298 bt skip_restore_mmu
340 bt skip_restore_regs
/arch/sh/kernel/
Dentry-common.S12 ! GNU as (as of 2.9.1) changes bf/s into bt/s and bra, when the address
89 bt resume_kernel ! Yes, it's from kernel, go back soon
220 bt 1f
343 bt/s debug_trap ! it's a debug trap..
Drelocate_kernel.S161 bt 2f
167 bt 3f
173 bt 4f
179 bt 0b
/arch/powerpc/crypto/
Daes-spe-modes.S248 bt gt,ppc_encrypt_ecb_loop
284 bt gt,ppc_decrypt_ecb_loop
327 bt gt,ppc_encrypt_cbc_loop
366 bt lt,ppc_decrypt_cbc_end
391 bt gt,ppc_decrypt_cbc_loop
428 bt lt,ppc_crypt_ctr_partial
456 bt gt,ppc_crypt_ctr_loop
459 bt eq,ppc_crypt_ctr_end
512 bt eq,ppc_encrypt_xts_notweak
553 bt gt,ppc_encrypt_xts_loop
[all …]
/arch/x86/entry/
Dcalling.h237 bt \scratch_reg, THIS_CPU_user_pcid_flush_mask
275 bt $PTI_USER_PGTABLE_BIT, \scratch_reg
293 bt $PTI_USER_PGTABLE_BIT, \save_reg
302 bt \scratch_reg, THIS_CPU_user_pcid_flush_mask
/arch/sh/boot/compressed/
Dhead_32.S23 bt clear_bss
53 bt/s 3b

123