Home
last modified time | relevance | path

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

/titanic_50/usr/src/psm/stand/boot/sparc/sun4/sys/
H A Dprom_plat.h206 struct translation { struct
207 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 */
/titanic_50/usr/src/uts/sun4u/sys/
H A Dprom_plat.h296 struct translation { struct
297 uint32_t virt_hi; /* upper 32 bits of vaddr */
298 uint32_t virt_lo; /* lower 32 bits of vaddr */
299 uint32_t size_hi; /* upper 32 bits of size in bytes */
300 uint32_t size_lo; /* lower 32 bits of size in bytes */
301 uint32_t tte_hi; /* higher 32 bites of tte */
302 uint32_t tte_lo; /* lower 32 bits of tte */
/titanic_50/usr/src/uts/sun4v/sys/
H A Dprom_plat.h248 struct translation { struct
249 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 */
/titanic_50/usr/src/lib/libbsm/common/
H A Dadt_xlate.h307 struct translation { struct
308 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 */
/titanic_50/usr/src/lib/libast/common/include/
H A Dmc.h76 char* translation; member
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dmc.h85 char* translation; member
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dmc.h85 char* translation; member
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dmc.h85 char* translation; member
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dmc.h85 char* translation; member
/titanic_50/usr/src/cmd/ast/msgcc/
H A Dmsggen.c133 translation(Xl_t* xp, register char* s) in translation() function
/titanic_50/usr/src/uts/common/fs/
H A Dvfs.c4500 const fs_operation_trans_def_t *translation, in fs_build_vector()