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

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

Completed in 160 milliseconds