Lines Matching full:powerpc
37 if (read_debugfs_int("powerpc/rfi_flush", &rfi_flush_orig) < 0) { in entry_flush_test()
38 perror("Unable to read powerpc/rfi_flush debugfs file"); in entry_flush_test()
42 if (read_debugfs_int("powerpc/entry_flush", &entry_flush_orig) < 0) { in entry_flush_test()
43 perror("Unable to read powerpc/entry_flush debugfs file"); in entry_flush_test()
48 if (write_debugfs_int("powerpc/rfi_flush", 0) < 0) { in entry_flush_test()
49 perror("error writing to powerpc/rfi_flush debugfs file"); in entry_flush_test()
108 if (write_debugfs_int("powerpc/entry_flush", entry_flush) < 0) { in entry_flush_test()
109 perror("error writing to powerpc/entry_flush debugfs file"); in entry_flush_test()
123 if (write_debugfs_int("powerpc/rfi_flush", rfi_flush_orig) < 0) { in entry_flush_test()
124 perror("unable to restore original value of powerpc/rfi_flush debugfs file"); in entry_flush_test()
128 if (write_debugfs_int("powerpc/entry_flush", entry_flush_orig) < 0) { in entry_flush_test()
129 perror("unable to restore original value of powerpc/entry_flush debugfs file"); in entry_flush_test()