Home
last modified time | relevance | path

Searched refs:ddead (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/selftests/powerpc/nx-gzip/
Dgunz_test.c131 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()
Dgzfht_test.c111 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/
Dnxu.h100 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; \