Searched refs:nxu_touch_pages (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gzfht_test.c | 220 nxu_touch_pages(outbuf, outlen, pagelen, 1); in compress_file() 263 nxu_touch_pages(cmdp, sizeof(struct nx_gzip_crb_cpb_t), pagelen, in compress_file() 265 nxu_touch_pages(srcbuf, srclen, pagelen, 0); in compress_file() 266 nxu_touch_pages(dstbuf, dstlen, pagelen, 1); in compress_file()
|
H A D | gunz_test.c | 199 nxu_touch_pages((void *)buf_addr, buf_len, page_sz, wr); in nx_touch_pages_dde() 201 nxu_touch_pages((void *)buf_addr, NX_MIN(buf_len, in nx_touch_pages_dde() 230 nxu_touch_pages((void *)buf_addr, buf_len, page_sz, wr); in nx_touch_pages_dde() 236 nxu_touch_pages((void *)buf_addr, buf_len, page_sz, wr); in nx_touch_pages_dde() 408 nxu_touch_pages(fifo_out, fifo_out_len, page_sz, 1); in decompress_file() 692 nxu_touch_pages(cmdp, sizeof(struct nx_gzip_crb_cpb_t), page_sz, 1); in decompress_file()
|
H A D | gzip_vas.c | 289 int nxu_touch_pages(void *buf, long buf_len, long page_len, int wr) in nxu_touch_pages() function
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gzfht_test.c | 264 nxu_touch_pages(outbuf, outlen, pagelen, 1); in compress_file() 298 nxu_touch_pages(cmdp, sizeof(struct nx_gzip_crb_cpb_t), pagelen, in compress_file() 300 nxu_touch_pages(srcbuf, srclen, pagelen, 0); in compress_file() 301 nxu_touch_pages(dstbuf, dstlen, pagelen, 1); in compress_file()
|
H A D | gunz_test.c | 199 nxu_touch_pages((void *)buf_addr, buf_len, page_sz, wr); in nx_touch_pages_dde() 201 nxu_touch_pages((void *)buf_addr, NX_MIN(buf_len, in nx_touch_pages_dde() 230 nxu_touch_pages((void *)buf_addr, buf_len, page_sz, wr); in nx_touch_pages_dde() 236 nxu_touch_pages((void *)buf_addr, buf_len, page_sz, wr); in nx_touch_pages_dde() 408 nxu_touch_pages(fifo_out, fifo_out_len, page_sz, 1); in decompress_file() 692 nxu_touch_pages(cmdp, sizeof(struct nx_gzip_crb_cpb_t), page_sz, 1); in decompress_file()
|
H A D | gzip_vas.c | 289 int nxu_touch_pages(void *buf, long buf_len, long page_len, int wr) in nxu_touch_pages() function
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/ |
H A D | nxu.h | 576 extern int nxu_touch_pages(void *buf, long buf_len, long page_len, int wr);
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/include/ |
H A D | nxu.h | 576 extern int nxu_touch_pages(void *buf, long buf_len, long page_len, int wr);
|
Completed in 8 milliseconds