Home
last modified time | relevance | path

Searched refs:onyx_images (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/parisc/kernel/
Dperf.c338 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()
[all …]
Dperf_images.h15 static uint32_t onyx_images[][PCXU_IMAGE_SIZE/sizeof(uint32_t)] __ro_after_init = { variable