Home
last modified time | relevance | path

Searched defs:ett (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/s390x/
H A Ds390-pci-bus.c378 static uint64_t get_table_index(uint64_t iova, int8_t ett) in get_table_index()
392 static bool entry_isvalid(uint64_t entry, int8_t ett) in entry_isvalid()
406 static bool translate_iscomplete(uint64_t entry, int8_t ett) in translate_iscomplete()
418 static uint64_t get_frame_size(int8_t ett) in get_frame_size()
432 static uint64_t get_next_table_origin(uint64_t entry, int8_t ett) in get_next_table_origin()
455 static uint64_t table_translate(S390IOTLBEntry *entry, uint64_t to, int8_t ett, in table_translate()
518 int8_t ett = 1; in s390_guest_io_table_walk() local