Home
last modified time | relevance | path

Searched refs:zip_dfx_files (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/
H A Dzip_main.c117 static struct zip_dfx_item zip_dfx_files[] = { variable
555 for (i = 0; i < ARRAY_SIZE(zip_dfx_files); i++) { in hisi_zip_dfx_debug_init()
556 data = (atomic64_t *)((uintptr_t)dfx + zip_dfx_files[i].offset); in hisi_zip_dfx_debug_init()
557 debugfs_create_file(zip_dfx_files[i].name, in hisi_zip_dfx_debug_init()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/zip/
H A Dzip_main.c149 static struct zip_dfx_item zip_dfx_files[] = { variable
855 for (i = 0; i < ARRAY_SIZE(zip_dfx_files); i++) { in hisi_zip_dfx_debug_init()
856 data = (atomic64_t *)((uintptr_t)dfx + zip_dfx_files[i].offset); in hisi_zip_dfx_debug_init()
857 debugfs_create_file(zip_dfx_files[i].name, in hisi_zip_dfx_debug_init()

Completed in 4 milliseconds