Home
last modified time | relevance | path

Searched refs:cache_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/misc/
H A Darm_l2x0.c39 uint32_t cache_type; member
80 return s->cache_type |= (cache_data << 18) | (cache_data << 6); in l2x0_priv_read()
177 DEFINE_PROP_UINT32("cache-type", L2x0State, cache_type, 0x1c100100),
/openbmc/u-boot/arch/arm/cpu/armv7m/
H A Dcache.c40 enum cache_type { enum
115 static u32 get_cline_size(enum cache_type type) in get_cline_size()
140 enum cache_type type; in action_cache_range()
/openbmc/qemu/target/mips/tcg/system/
H A Dspecial_helper.c150 uint32_t cache_type = extract32(op, 0, 2); in helper_cache() local
170 cache_operation, type_name[cache_type]); in helper_cache()