Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c33 static int choose_nonexcluded_tag(int tag, int offset, uint16_t exclude) in choose_nonexcluded_tag() function
270 rtag = choose_nonexcluded_tag(start, offset, exclude); in HELPER()
281 int rtag = choose_nonexcluded_tag(start_tag, tag_offset, exclude); in HELPER()