Lines Matching refs:onyx_images
352 return perf_config(onyx_images[test]); in perf_write()
381 onyx_images[TLBMISS][15] &= 0xffffff00; in perf_patch_images()
383 onyx_images[TLBMISS][15] |= (0x000000ff&((dtlb_addr) >> 24)); in perf_patch_images()
384 onyx_images[TLBMISS][16] = (dtlb_addr << 8)&0xffffff00; in perf_patch_images()
385 onyx_images[TLBMISS][17] = itlb_addr; in perf_patch_images()
388 onyx_images[TLBHANDMISS][15] &= 0xffffff00; in perf_patch_images()
390 onyx_images[TLBHANDMISS][15] |= (0x000000ff&((dtlb_addr) >> 24)); in perf_patch_images()
391 onyx_images[TLBHANDMISS][16] = (dtlb_addr << 8)&0xffffff00; in perf_patch_images()
392 onyx_images[TLBHANDMISS][17] = itlb_addr; in perf_patch_images()
395 onyx_images[BIG_CPI][15] &= 0xffffff00; in perf_patch_images()
397 onyx_images[BIG_CPI][15] |= (0x000000ff&((dtlb_addr) >> 24)); in perf_patch_images()
398 onyx_images[BIG_CPI][16] = (dtlb_addr << 8)&0xffffff00; in perf_patch_images()
399 onyx_images[BIG_CPI][17] = itlb_addr; in perf_patch_images()
401 onyx_images[PANIC][15] &= 0xffffff00; /* clear last 2 bytes */ in perf_patch_images()
402 onyx_images[PANIC][15] |= (0x000000ff&((IVAaddress) >> 24)); /* set 2 bytes */ in perf_patch_images()
403 onyx_images[PANIC][16] = (IVAaddress << 8)&0xffffff00; in perf_patch_images()