Searched refs:pcxu (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/arch/parisc/kernel/ |
D | hardware.c | 1241 { 0x0184, 0x0fff, pcxu }, /* 0x0184 - 0x0184 */ 1260 { 0x058f, 0x0fff, pcxu }, /* 0x058f - 0x058f */ 1261 { 0x0590, 0x0ffe, pcxu }, /* 0x0590 - 0x0591 */ 1263 { 0x0593, 0x0fff, pcxu }, /* 0x0593 - 0x0593 */ 1264 { 0x0594, 0x0ffc, pcxu }, /* 0x0594 - 0x0597 */ 1266 { 0x059a, 0x0ffe, pcxu }, /* 0x059a - 0x059b */ 1267 { 0x059c, 0x0fff, pcxu }, /* 0x059c - 0x059c */ 1270 { 0x059f, 0x0fff, pcxu }, /* 0x059f - 0x059f */ 1272 { 0x05a2, 0x0ffe, pcxu }, /* 0x05a2 - 0x05a3 */ 1273 { 0x05a4, 0x0ffc, pcxu }, /* 0x05a4 - 0x05a7 */ [all …]
|
D | setup.c | 214 case pcxu: in parisc_proc_mkdir()
|
D | traps.c | 364 if (boot_cpu_data.cpu_type >= pcxu) { in transfer_pim_to_trap_frame() 873 if (boot_cpu_data.cpu_type >= pcxu) in trap_init()
|
D | perf.c | 508 if (boot_cpu_data.cpu_type == pcxu || in perf_init()
|
/linux-3.4.99/arch/parisc/include/asm/ |
D | hardware.h | 28 pcxu = 6, /* pa8000 pa 2.0 */ enumerator
|
/linux-3.4.99/arch/parisc/math-emu/ |
D | fpudispatch.c | 181 else if (boot_cpu_data.cpu_type >= pcxu) in parisc_linux_get_fpu_type()
|