Lines Matching defs:uof_image
979 struct uof_image { struct
980 u_int ui_name; /* image name */
981 u_int ui_ae_assigned; /* AccelEngines assigned */
982 u_int ui_ctx_assigned; /* AccelEngine contexts assigned */
983 u_int ui_cpu_type; /* cpu type */
984 u_int ui_entry_address; /* entry uaddress */
985 u_int ui_fill_pattern[2]; /* uword fill value */
986 u_int ui_reloadable_size; /* size of reloadable ustore section */
988 u_char ui_sensitivity; /*
992 u_char ui_reserved; /* reserved for future use */
993 u_short ui_ae_mode; /*
1000 u_short ui_max_ver; /* max cpu ver on which the image can run */
1001 u_short ui_min_ver; /* min cpu ver on which the image can run */
1003 u_short ui_image_attrib; /* image attributes */
1004 u_short ui_reserved2; /* reserved for future use */
1006 u_short ui_num_page_regions; /* number of page regions */
1007 u_short ui_num_pages; /* number of pages */
1009 u_int ui_reg_tab; /* offset to register table */
1010 u_int ui_init_reg_sym_tab; /* reg/sym init table */
1011 u_int ui_sbreak_tab; /* offset to sbreak table */
1013 u_int ui_app_metadata; /* application meta-data */