Home
last modified time | relevance | path

Searched refs:write_debugfs_int (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/tools/testing/selftests/powerpc/security/
Duaccess_flush.c55 if (write_debugfs_int("powerpc/rfi_flush", 0) < 0) { in uaccess_flush_test()
62 if (write_debugfs_int("powerpc/entry_flush", 0) < 0) { in uaccess_flush_test()
122 if (write_debugfs_int("powerpc/uaccess_flush", uaccess_flush) < 0) { in uaccess_flush_test()
137 if (write_debugfs_int("powerpc/rfi_flush", rfi_flush_orig) < 0) { in uaccess_flush_test()
142 if (write_debugfs_int("powerpc/entry_flush", entry_flush_orig) < 0) { in uaccess_flush_test()
147 if (write_debugfs_int("powerpc/uaccess_flush", uaccess_flush_orig) < 0) { in uaccess_flush_test()
Drfi_flush.c48 if (write_debugfs_int("powerpc/entry_flush", 0) < 0) { in rfi_flush_test()
108 if (write_debugfs_int("powerpc/rfi_flush", rfi_flush) < 0) { in rfi_flush_test()
123 if (write_debugfs_int("powerpc/rfi_flush", rfi_flush_orig) < 0) { in rfi_flush_test()
129 if (write_debugfs_int("powerpc/entry_flush", entry_flush_orig) < 0) { in rfi_flush_test()
Dentry_flush.c48 if (write_debugfs_int("powerpc/rfi_flush", 0) < 0) { in entry_flush_test()
108 if (write_debugfs_int("powerpc/entry_flush", entry_flush) < 0) { in entry_flush_test()
123 if (write_debugfs_int("powerpc/rfi_flush", rfi_flush_orig) < 0) { in entry_flush_test()
128 if (write_debugfs_int("powerpc/entry_flush", entry_flush_orig) < 0) { in entry_flush_test()
/linux-6.6.21/tools/testing/selftests/powerpc/include/
Dutils.h63 int write_debugfs_int(const char *debugfs_file, int result);
/linux-6.6.21/tools/testing/selftests/powerpc/
Dutils.c514 int write_debugfs_int(const char *debugfs_file, int result) in write_debugfs_int() function