Lines Matching defs:uof_image
991 struct uof_image { struct
992 u_int ui_name; /* image name */
993 u_int ui_ae_assigned; /* AccelEngines assigned */
994 u_int ui_ctx_assigned; /* AccelEngine contexts assigned */
995 u_int ui_cpu_type; /* cpu type */
996 u_int ui_entry_address; /* entry uaddress */
997 u_int ui_fill_pattern[2]; /* uword fill value */
998 u_int ui_reloadable_size; /* size of reloadable ustore section */
1000 u_char ui_sensitivity; /*
1004 u_char ui_reserved; /* reserved for future use */
1005 u_short ui_ae_mode; /*
1012 u_short ui_max_ver; /* max cpu ver on which the image can run */
1013 u_short ui_min_ver; /* min cpu ver on which the image can run */
1015 u_short ui_image_attrib; /* image attributes */
1016 u_short ui_reserved2; /* reserved for future use */
1018 u_short ui_num_page_regions; /* number of page regions */
1019 u_short ui_num_pages; /* number of pages */
1021 u_int ui_reg_tab; /* offset to register table */
1022 u_int ui_init_reg_sym_tab; /* reg/sym init table */
1023 u_int ui_sbreak_tab; /* offset to sbreak table */
1025 u_int ui_app_metadata; /* application meta-data */