onyx_images       338 arch/parisc/kernel/perf.c 		return perf_config(onyx_images[test]);
onyx_images       367 arch/parisc/kernel/perf.c 		onyx_images[TLBMISS][15] &= 0xffffff00;
onyx_images       369 arch/parisc/kernel/perf.c 		onyx_images[TLBMISS][15] |= (0x000000ff&((dtlb_addr) >> 24));
onyx_images       370 arch/parisc/kernel/perf.c 		onyx_images[TLBMISS][16] = (dtlb_addr << 8)&0xffffff00;
onyx_images       371 arch/parisc/kernel/perf.c 		onyx_images[TLBMISS][17] = itlb_addr;
onyx_images       374 arch/parisc/kernel/perf.c 		onyx_images[TLBHANDMISS][15] &= 0xffffff00;
onyx_images       376 arch/parisc/kernel/perf.c 		onyx_images[TLBHANDMISS][15] |= (0x000000ff&((dtlb_addr) >> 24));
onyx_images       377 arch/parisc/kernel/perf.c 		onyx_images[TLBHANDMISS][16] = (dtlb_addr << 8)&0xffffff00;
onyx_images       378 arch/parisc/kernel/perf.c 		onyx_images[TLBHANDMISS][17] = itlb_addr;
onyx_images       381 arch/parisc/kernel/perf.c 		onyx_images[BIG_CPI][15] &= 0xffffff00;
onyx_images       383 arch/parisc/kernel/perf.c 		onyx_images[BIG_CPI][15] |= (0x000000ff&((dtlb_addr) >> 24));
onyx_images       384 arch/parisc/kernel/perf.c 		onyx_images[BIG_CPI][16] = (dtlb_addr << 8)&0xffffff00;
onyx_images       385 arch/parisc/kernel/perf.c 		onyx_images[BIG_CPI][17] = itlb_addr;
onyx_images       387 arch/parisc/kernel/perf.c 	    onyx_images[PANIC][15] &= 0xffffff00;  /* clear last 2 bytes */
onyx_images       388 arch/parisc/kernel/perf.c 	 	onyx_images[PANIC][15] |= (0x000000ff&((IVAaddress) >> 24)); /* set 2 bytes */
onyx_images       389 arch/parisc/kernel/perf.c 		onyx_images[PANIC][16] = (IVAaddress << 8)&0xffffff00;
onyx_images        15 arch/parisc/kernel/perf_images.h static uint32_t onyx_images[][PCXU_IMAGE_SIZE/sizeof(uint32_t)] __ro_after_init = {