Lines Matching refs:onyx_images
338 return perf_config(onyx_images[test]); in perf_write()
367 onyx_images[TLBMISS][15] &= 0xffffff00; in perf_patch_images()
369 onyx_images[TLBMISS][15] |= (0x000000ff&((dtlb_addr) >> 24)); in perf_patch_images()
370 onyx_images[TLBMISS][16] = (dtlb_addr << 8)&0xffffff00; in perf_patch_images()
371 onyx_images[TLBMISS][17] = itlb_addr; in perf_patch_images()
374 onyx_images[TLBHANDMISS][15] &= 0xffffff00; in perf_patch_images()
376 onyx_images[TLBHANDMISS][15] |= (0x000000ff&((dtlb_addr) >> 24)); in perf_patch_images()
377 onyx_images[TLBHANDMISS][16] = (dtlb_addr << 8)&0xffffff00; in perf_patch_images()
378 onyx_images[TLBHANDMISS][17] = itlb_addr; in perf_patch_images()
381 onyx_images[BIG_CPI][15] &= 0xffffff00; in perf_patch_images()
383 onyx_images[BIG_CPI][15] |= (0x000000ff&((dtlb_addr) >> 24)); in perf_patch_images()
384 onyx_images[BIG_CPI][16] = (dtlb_addr << 8)&0xffffff00; in perf_patch_images()
385 onyx_images[BIG_CPI][17] = itlb_addr; in perf_patch_images()
387 onyx_images[PANIC][15] &= 0xffffff00; /* clear last 2 bytes */ in perf_patch_images()
388 onyx_images[PANIC][15] |= (0x000000ff&((IVAaddress) >> 24)); /* set 2 bytes */ in perf_patch_images()
389 onyx_images[PANIC][16] = (IVAaddress << 8)&0xffffff00; in perf_patch_images()