Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dptw.c3060 uint8_t s1lo, s2lo, s1hi, s2hi, s2_mair_attrs, ret_attrs; in combined_attrs_nofwb() local
3078 ret_attrs = 0; in combined_attrs_nofwb()
3081 ret_attrs = 4; /* nGnRE */ in combined_attrs_nofwb()
3084 ret_attrs = 8; /* nGRE */ in combined_attrs_nofwb()
3086 ret_attrs = 0xc; /* GRE */ in combined_attrs_nofwb()
3090 ret_attrs = combine_cacheattr_nibble(s1hi, s2hi) << 4 in combined_attrs_nofwb()
3093 return ret_attrs; in combined_attrs_nofwb()