Home
last modified time | relevance | path

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

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