Home
last modified time | relevance | path

Searched refs:nxu_touch_pages (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/testing/selftests/powerpc/nx-gzip/
Dgzfht_test.c268 nxu_touch_pages(outbuf, outlen, pagelen, 1); in compress_file()
311 nxu_touch_pages(cmdp, sizeof(struct nx_gzip_crb_cpb_t), pagelen, in compress_file()
313 nxu_touch_pages(srcbuf, srclen, pagelen, 0); in compress_file()
314 nxu_touch_pages(dstbuf, dstlen, pagelen, 1); in compress_file()
Dgunz_test.c199 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()
Dgzip_vas.c289 int nxu_touch_pages(void *buf, long buf_len, long page_len, int wr) in nxu_touch_pages() function
/linux-5.19.10/tools/testing/selftests/powerpc/nx-gzip/include/
Dnxu.h576 extern int nxu_touch_pages(void *buf, long buf_len, long page_len, int wr);