Searched defs:cont (Results 1 - 9 of 9) sorted by relevance
/arch/m68k/fpsp040/ |
H A D | sgetem.S | 115 bnes cont |if set then continue 117 cont: label
|
H A D | x_snan.S | 264 bras cont 267 cont: label
|
H A D | gen_except.S | 371 beq cont 373 cont: label
|
/arch/mips/kernel/ |
H A D | spinlock_test.c | 14 int cont; local 18 cont = 1; 22 while (cont) { 26 cont = 0; 57 int cont; local 62 cont = 1; 76 while (cont) { 80 cont = 0;
|
/arch/ia64/include/asm/ |
H A D | uaccess.h | 349 int cont; /* location-relative continuation addr.; if bit 2 is set, r9 is set to 0 */ member in struct:exception_table_entry
|
/arch/mips/pci/ |
H A D | ops-tx4927.c | 398 int i, cont; local 403 for (i = 0, cont = 0; i < ARRAY_SIZE(pcistat_tbl); i++) 406 cont++ ? " " : "", pcistat_tbl[i].str); 411 for (i = 0, cont = 0; i < ARRAY_SIZE(g2pstat_tbl); i++) 414 cont++ ? " " : "", g2pstat_tbl[i].str); 419 for (i = 0, cont = 0; i < ARRAY_SIZE(pcicstat_tbl); i++) 422 cont++ ? " " : "", pcicstat_tbl[i].str);
|
/arch/x86/kernel/cpu/microcode/ |
H A D | amd_early.c | 116 u8 *data, **cont; local 126 cont = (u8 **)__pa_nodebug(&container); 131 cont = &container; 152 *cont = data; 162 *cont_sz = compute_container_size(*cont, left + offset); 194 *cont = NULL; 352 unsigned long cont; local 363 cont = (unsigned long)container; 370 cont = __pa(container); 381 (cont [all...] |
/arch/cris/include/arch-v32/arch/hwregs/ |
H A D | bif_dma_defs.h | 91 unsigned int cont : 1; member in struct:__anon396 141 unsigned int cont : 1; member in struct:__anon401 190 unsigned int cont : 1; member in struct:__anon406 240 unsigned int cont : 1; member in struct:__anon411
|
/arch/cris/include/arch-v32/mach-fs/mach/hwregs/ |
H A D | bif_dma_defs.h | 91 unsigned int cont : 1; member in struct:__anon1263 141 unsigned int cont : 1; member in struct:__anon1268 190 unsigned int cont : 1; member in struct:__anon1273 240 unsigned int cont : 1; member in struct:__anon1278
|
Completed in 273 milliseconds