Searched refs:attr_pattern_match (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/xtensa/ |
| H A D | mmu_helper.c | 650 static int attr_pattern_match(uint32_t attr, in attr_pattern_match() function 674 if (attr_pattern_match(attr, cpu_c, ARRAY_SIZE(cpu_c))) { in mpu_attr_to_cpu_cache() 716 if (attr_pattern_match(attr, device_type, ARRAY_SIZE(device_type))) { in mpu_attr_to_type() 722 if (attr_pattern_match(attr, sys_nc_type, ARRAY_SIZE(sys_nc_type))) { in mpu_attr_to_type() 725 if (attr_pattern_match(attr, sys_c_type, ARRAY_SIZE(sys_c_type))) { in mpu_attr_to_type() 737 if (attr_pattern_match(attr, b, ARRAY_SIZE(b))) { in mpu_attr_to_type()
|