Searched defs:types (Results 1 – 9 of 9) sorted by relevance
/xen/tools/golang/xenlight/ |
A D | gengotypes.py | 31 def xenlight_golang_generate_types(path = None, types = None, comment = None): argument 194 def xenlight_golang_generate_helpers(path = None, types = None, comment = None): argument
|
/xen/tools/libxc/ |
A D | xc_sr_restore.c | 138 const xen_pfn_t *original_pfns, const uint32_t *types) in populate_pfns() 206 xen_pfn_t *pfns, uint32_t *types, void *page_data) in process_page_data() 343 uint32_t *types = NULL, type; in handle_page_data() local
|
A D | xc_dom_arm.c | 204 } types[] = { in set_mode() local
|
A D | xc_sr_save.c | 90 xen_pfn_t *mfns = NULL, *types = NULL; in write_batch() local
|
A D | xc_dom_x86.c | 1157 } types[] = { in x86_compat() local 1670 } types[] = { in bootlate_pv() local
|
/xen/tools/ocaml/libs/xl/ |
A D | genwrap.py | 541 types = [ty for ty in types if not ty.rawname in blacklist] variable
|
/xen/xen/arch/x86/cpu/mtrr/ |
A D | generic.c | 164 const mtrr_type *types, const char *level) in print_fixed()
|
/xen/xen/arch/x86/mm/ |
A D | p2m-pod.c | 865 p2m_type_t types[POD_SWEEP_STRIDE]; in p2m_pod_zero_check() local
|
/xen/xen/xsm/flask/ss/ |
A D | policydb.h | 68 struct ebitmap types; /* set of authorized types for role */ member
|
Completed in 17 milliseconds