Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/security/
H A Duaccess_flush.c39 if (read_debugfs_int("powerpc/rfi_flush", &rfi_flush_orig) < 0) { in uaccess_flush_test()
44 if (read_debugfs_int("powerpc/entry_flush", &entry_flush_orig) < 0) { in uaccess_flush_test()
49 if (read_debugfs_int("powerpc/uaccess_flush", &uaccess_flush_orig) < 0) { in uaccess_flush_test()
H A Drfi_flush.c37 if (read_debugfs_int("powerpc/rfi_flush", &rfi_flush_orig) < 0) { in rfi_flush_test()
42 if (read_debugfs_int("powerpc/entry_flush", &entry_flush_orig) < 0) { in rfi_flush_test()
H A Dentry_flush.c37 if (read_debugfs_int("powerpc/rfi_flush", &rfi_flush_orig) < 0) { in entry_flush_test()
42 if (read_debugfs_int("powerpc/entry_flush", &entry_flush_orig) < 0) { in entry_flush_test()
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h62 int read_debugfs_int(const char *debugfs_file, int *result);
/openbmc/linux/tools/testing/selftests/powerpc/
H A Dutils.c502 int read_debugfs_int(const char *debugfs_file, int *result) in read_debugfs_int() function