Searched refs:read_c0_errctl (Results 1 – 2 of 2) sorted by relevance
1709 cp0_ectl = read_c0_errctl(); in parity_protection_init()1712 cp0_ectl = read_c0_errctl(); in parity_protection_init()1733 WARN_ON(!!(read_c0_errctl() & ERRCTL_PE) != l1parity); in parity_protection_init()1765 errctl = read_c0_errctl(); in parity_protection_init()1771 l1parity_present = (read_c0_errctl() & ERRCTL_PE); in parity_protection_init()1776 l2parity_present = (read_c0_errctl() & ERRCTL_L2P); in parity_protection_init()1797 errctl = read_c0_errctl(); in parity_protection_init()1820 str_enabled_disabled(read_c0_errctl() & 0x80000000)); in parity_protection_init()1892 read_c0_errctl()); in do_ftlb()
2042 #define read_c0_errctl() __read_32bit_c0_register($26, 0) macro