Searched refs:repeat (Results 1 – 18 of 18) sorted by relevance
/arch/x86/boot/ |
D | printf.c | 138 repeat: in vsprintf() 143 goto repeat; in vsprintf() 146 goto repeat; in vsprintf() 149 goto repeat; in vsprintf() 152 goto repeat; in vsprintf() 155 goto repeat; in vsprintf()
|
/arch/powerpc/boot/ |
D | stdio.c | 152 repeat: in vsprintf() 155 case '-': flags |= LEFT; goto repeat; in vsprintf() 156 case '+': flags |= PLUS; goto repeat; in vsprintf() 157 case ' ': flags |= SPACE; goto repeat; in vsprintf() 158 case '#': flags |= SPECIAL; goto repeat; in vsprintf() 159 case '0': flags |= ZEROPAD; goto repeat; in vsprintf()
|
/arch/blackfin/mach-bf548/include/mach/ |
D | bf54x_keys.h | 15 unsigned short repeat; member
|
/arch/powerpc/mm/ |
D | hugetlbpage-hash64.c | 89 repeat: in __hash_page_huge() 120 goto repeat; in __hash_page_huge()
|
/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 112 static u8 __mtrr_type_lookup(u64 start, u64 end, u64 *partial_end, int *repeat) in __mtrr_type_lookup() argument 118 *repeat = 0; in __mtrr_type_lookup() 195 *repeat = 1; in __mtrr_type_lookup() 230 int repeat; in mtrr_type_lookup() local 233 type = __mtrr_type_lookup(start, end, &partial_end, &repeat); in mtrr_type_lookup() 240 while (repeat) { in mtrr_type_lookup() 243 type = __mtrr_type_lookup(start, end, &partial_end, &repeat); in mtrr_type_lookup()
|
/arch/m68k/atari/ |
D | atakeyb.c | 140 repeat: in atari_keyboard_interrupt() 166 goto repeat; in atari_keyboard_interrupt() 309 goto repeat; in atari_keyboard_interrupt()
|
/arch/mips/kernel/ |
D | cevt-smtc.c | 181 repeat: in smtc_distribute_timer() 230 goto repeat; in smtc_distribute_timer()
|
/arch/alpha/lib/ |
D | ev6-clear_user.S | 152 subq $1, 16, $4 # .. .. E .. : Forward calculation - repeat the loop?
|
/arch/x86/mm/ |
D | init_32.c | 278 repeat: in kernel_physical_mapping_init() 372 goto repeat; in kernel_physical_mapping_init()
|
D | pageattr.c | 643 repeat: in __change_page_attr() 717 goto repeat; in __change_page_attr()
|
/arch/arm/nwfpe/ |
D | ChangeLog | 7 * Only initialize FPE state once in repeat-FP situations. (6%)
|
/arch/m68k/fpsp040/ |
D | binstr.S | 43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero.
|
D | bindec.S | 87 | or less than LEN -1 digits, adjust ILOG and repeat from 608 | or less than LEN -1 digits, adjust ILOG and repeat from
|
/arch/s390/mm/ |
D | pgtable.c | 57 repeat: in crst_table_upgrade() 87 goto repeat; in crst_table_upgrade()
|
/arch/blackfin/mach-bf548/boards/ |
D | cm_bf548.c | 97 .repeat = 0,
|
D | ezkit.c | 133 .repeat = 0,
|
/arch/blackfin/mach-bf527/boards/ |
D | ezkit.c | 944 .repeat = 0,
|
/arch/blackfin/mach-bf537/boards/ |
D | stamp.c | 1895 .repeat = 0, 1994 .repeat = 0,
|