Searched refs:attr_pattern_match (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/xtensa/ |
H A D | mmu_helper.c | 646 static int attr_pattern_match(uint32_t attr, in attr_pattern_match() function 670 if (attr_pattern_match(attr, cpu_c, ARRAY_SIZE(cpu_c))) { in mpu_attr_to_cpu_cache() 712 if (attr_pattern_match(attr, device_type, ARRAY_SIZE(device_type))) { in mpu_attr_to_type() 718 if (attr_pattern_match(attr, sys_nc_type, ARRAY_SIZE(sys_nc_type))) { in mpu_attr_to_type() 721 if (attr_pattern_match(attr, sys_c_type, ARRAY_SIZE(sys_c_type))) { in mpu_attr_to_type() 733 if (attr_pattern_match(attr, b, ARRAY_SIZE(b))) { in mpu_attr_to_type()
|