Searched refs:xmap (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/xen/xen/ |
H A D | xengnt.c | 269 struct xen_add_to_physmap xmap; in xengnt_map_status() local 274 xmap.domid = DOMID_SELF; in xengnt_map_status() 275 xmap.space = XENMAPSPACE_grant_table; in xengnt_map_status() 276 xmap.idx = i | XENMAPIDX_grant_table_status; in xengnt_map_status() 277 xmap.gpfn = pages[i]; in xengnt_map_status() 279 if (HYPERVISOR_memory_op(XENMEM_add_to_physmap, &xmap) < 0) in xengnt_map_status() 327 struct xen_add_to_physmap xmap; in xengnt_more_entries() local 332 xmap.domid = DOMID_SELF; in xengnt_more_entries() 333 xmap.space = XENMAPSPACE_grant_table; in xengnt_more_entries() 334 xmap.idx = gnt_nr_grant_frames; in xengnt_more_entries() [all …]
|
H A D | hypervisor.c | 265 struct xen_add_to_physmap xmap = { in init_xen_early() 274 if ((err = HYPERVISOR_memory_op(XENMEM_add_to_physmap, &xmap)) < 0) { in init_xen_early() 398 struct xen_add_to_physmap xmap = { in xen_hvm_init() 405 if (HYPERVISOR_memory_op(XENMEM_add_to_physmap, &xmap) < 0) { in xen_hvm_init() 250 struct xen_add_to_physmap xmap = { init_xen_early() local 392 struct xen_add_to_physmap xmap = { xen_hvm_init() local
|
/netbsd-src/external/bsd/openldap/dist/libraries/librewrite/ |
H A D | Makefile.in | 20 session.c subst.c var.c xmap.c \ 24 session.o subst.o var.o xmap.o
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-xtensa.c | 8530 xlate_map_t *xmap = NULL; in check_section_ebb_pcrels_fit() local 8539 xmap = build_xlate_map (sec, relax_info); in check_section_ebb_pcrels_fit() 8622 xlate_offset_with_removed_text (xmap, &relax_info->action_list, in check_section_ebb_pcrels_fit() 8625 xlate_offset_with_removed_text (xmap, &relax_info->action_list, in check_section_ebb_pcrels_fit() 8694 free_xlate_map (xmap); in check_section_ebb_pcrels_fit()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-xtensa.c | 8537 xlate_map_t *xmap = NULL; in check_section_ebb_pcrels_fit() local 8546 xmap = build_xlate_map (sec, relax_info); in check_section_ebb_pcrels_fit() 8629 xlate_offset_with_removed_text (xmap, &relax_info->action_list, in check_section_ebb_pcrels_fit() 8632 xlate_offset_with_removed_text (xmap, &relax_info->action_list, in check_section_ebb_pcrels_fit() 8701 free_xlate_map (xmap); in check_section_ebb_pcrels_fit()
|