Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c375 static uint64_t get_table_index(uint64_t iova, int8_t ett) in get_table_index()
389 static bool entry_isvalid(uint64_t entry, int8_t ett) in entry_isvalid()
403 static bool translate_iscomplete(uint64_t entry, int8_t ett) in translate_iscomplete()
415 static uint64_t get_frame_size(int8_t ett) in get_frame_size()
429 static uint64_t get_next_table_origin(uint64_t entry, int8_t ett) in get_next_table_origin()
452 static uint64_t table_translate(S390IOTLBEntry *entry, uint64_t to, int8_t ett, in table_translate()
515 int8_t ett = 1; in s390_guest_io_table_walk() local
/openbmc/linux/arch/s390/pci/
H A Dpci_event.c25 u32 ett : 4; /* expected table type */ member