Searched refs:ddead (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gunz_test.c | 131 putp64(ddl, ddead, (uint64_t) addr); in nx_append_dde() 142 put64(ddl[2], ddead, (uint64_t) addr); in nx_append_dde() 150 putp64(ddl, ddead, (uint64_t) &ddl[1]); in nx_append_dde() 155 put64(ddl[ddecnt], ddead, (uint64_t) addr); in nx_append_dde() 193 buf_addr = getp64(ddep, ddead); in nx_touch_pages_dde() 195 NXPRT(fprintf(stderr, "touch direct ddebc 0x%x ddead %p\n", in nx_touch_pages_dde() 212 dde_list = (struct nx_dde_t *) getp64(ddep, ddead); in nx_touch_pages_dde() 220 buf_addr = get64(dde_list[i], ddead); in nx_touch_pages_dde() 223 NXPRT(fprintf(stderr, "touch loop len 0x%x ddead %p total ", in nx_touch_pages_dde() 233 NXPRT(fprintf(stderr, "ddead in nx_touch_pages_dde() [all...] |
H A D | gzfht_test.c | 108 put64(cmdp->crb.source_dde, ddead, (uint64_t) src); in compress_fht_sample() 114 put64(cmdp->crb.target_dde, ddead, (uint64_t) dst); in compress_fht_sample()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gunz_test.c | 131 putp64(ddl, ddead, (uint64_t) addr); in nx_append_dde() 142 put64(ddl[2], ddead, (uint64_t) addr); in nx_append_dde() 150 putp64(ddl, ddead, (uint64_t) &ddl[1]); in nx_append_dde() 155 put64(ddl[ddecnt], ddead, (uint64_t) addr); in nx_append_dde() 193 buf_addr = getp64(ddep, ddead); in nx_touch_pages_dde() 195 NXPRT(fprintf(stderr, "touch direct ddebc 0x%x ddead %p\n", in nx_touch_pages_dde() 212 dde_list = (struct nx_dde_t *) getp64(ddep, ddead); in nx_touch_pages_dde() 220 buf_addr = get64(dde_list[i], ddead); in nx_touch_pages_dde() 223 NXPRT(fprintf(stderr, "touch loop len 0x%x ddead %p total ", in nx_touch_pages_dde() 233 NXPRT(fprintf(stderr, "ddead in nx_touch_pages_dde() [all...] |
H A D | gzfht_test.c | 111 put64(cmdp->crb.source_dde, ddead, (uint64_t) src); in compress_fht_sample() 117 put64(cmdp->crb.target_dde, ddead, (uint64_t) dst); in compress_fht_sample()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/ |
H A D | nxu.h | 90 /* When dde_count == 0 ddead is a pointer to a data buffer; 92 * When dde_count > 0 dde is an indirect dde; ddead is a 100 uint64_t ddead; /* dde address */ member 446 #define clear_dde(ST) do { ST.dde_count = ST.ddebc = 0; ST.ddead = 0; \ 449 (ST)->ddead = 0; \
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/include/ |
H A D | nxu.h | 90 /* When dde_count == 0 ddead is a pointer to a data buffer; 92 * When dde_count > 0 dde is an indirect dde; ddead is a 100 uint64_t ddead; /* dde address */ member 446 #define clear_dde(ST) do { ST.dde_count = ST.ddebc = 0; ST.ddead = 0; \ 449 (ST)->ddead = 0; \
|
Completed in 6 milliseconds