Searched defs:translation (Results 1 – 9 of 9) sorted by relevance
277 struct translation { struct278 uint32_t virt_hi; /* upper 32 bits of vaddr */279 uint32_t virt_lo; /* lower 32 bits of vaddr */280 uint32_t size_hi; /* upper 32 bits of size in bytes */281 uint32_t size_lo; /* lower 32 bits of size in bytes */282 uint32_t tte_hi; /* higher 32 bites of tte */283 uint32_t tte_lo; /* lower 32 bits of tte */
248 struct translation { struct249 uint32_t virt_hi; /* upper 32 bits of vaddr */250 uint32_t virt_lo; /* lower 32 bits of vaddr */251 uint32_t size_hi; /* upper 32 bits of size in bytes */252 uint32_t size_lo; /* lower 32 bits of size in bytes */253 uint32_t tte_hi; /* higher 32 bites of tte */254 uint32_t tte_lo; /* lower 32 bits of tte */
206 struct translation { struct207 uint32_t virt_hi; /* upper 32 bits of vaddr */208 uint32_t virt_lo; /* lower 32 bits of vaddr */209 uint32_t size_hi; /* upper 32 bits of size in bytes */210 uint32_t size_lo; /* lower 32 bits of size in bytes */211 uint32_t tte_hi; /* higher 32 bites of tte */212 uint32_t tte_lo; /* lower 32 bits of tte */
307 struct translation { struct308 int tx_offsetsCalculated; /* eponymous */309 au_event_t tx_external_event; /* event id, external view */310 au_event_t tx_internal_event; /* event id, internal view */311 int tx_entries; /* array size of entry array */312 struct entry *tx_first_entry; /* start of linked list */313 struct entry *tx_top_entry; /* first array element */
76 char* translation; member
133 translation(Xl_t* xp, register char* s) in translation() function
177 const uint8_t translation[256] = { in atkbdc_kbd_read() local
2000 const fs_operation_trans_def_t *translation, in fs_build_vector()
4375 const fs_operation_trans_def_t *translation, in fs_build_vector()