Searched refs:onyx_images (Results 1 – 2 of 2) sorted by relevance
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()[all …]
28 static uint32_t onyx_images[][PCXU_IMAGE_SIZE/sizeof(uint32_t)] __read_mostly = { variable