Searched refs:ddead (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/tools/testing/selftests/powerpc/nx-gzip/ |
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() 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()
|
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()
|
/linux-6.12.1/tools/testing/selftests/powerpc/nx-gzip/include/ |
D | nxu.h | 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; \
|