/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | domain.c | 25 struct compat_vcpu_register_runstate_memory_area area; in arch_compat_vcpu_op() local 28 area.addr.p = 0; in arch_compat_vcpu_op() 31 if ( copy_from_guest(&area.addr.h, arg, 1) ) in arch_compat_vcpu_op() 34 if ( area.addr.h.c != area.addr.p || in arch_compat_vcpu_op() 35 !compat_handle_okay(area.addr.h, 1) ) in arch_compat_vcpu_op() 39 guest_from_compat_handle(v->runstate_guest.compat, area.addr.h); in arch_compat_vcpu_op()
|
A D | entry.S | 286 adc %ecx,%ecx # Above Xen private area? Then okay. 378 # Get out of the guest-save area of the stack.
|
/xen-4.10.0-shim-comet/tools/libs/gnttab/ |
A D | freebsd.c | 239 void *area = NULL; in osdep_gntshr_share_pages() local 258 area = mmap(NULL, count * PAGE_SIZE, PROT_READ | PROT_WRITE, MAP_SHARED, in osdep_gntshr_share_pages() 261 if ( area == MAP_FAILED ) in osdep_gntshr_share_pages() 263 area = NULL; in osdep_gntshr_share_pages() 285 munmap(area, count * PAGE_SIZE); in osdep_gntshr_share_pages() 286 area = NULL; in osdep_gntshr_share_pages() 302 return area; in osdep_gntshr_share_pages()
|
A D | linux.c | 340 void *area = NULL; in osdep_gntshr_share_pages() local 354 area = mmap(NULL, count * PAGE_SIZE, PROT_READ | PROT_WRITE, in osdep_gntshr_share_pages() 357 if (area == MAP_FAILED) { in osdep_gntshr_share_pages() 358 area = NULL; in osdep_gntshr_share_pages() 377 munmap(area, count * PAGE_SIZE); in osdep_gntshr_share_pages() 378 area = NULL; in osdep_gntshr_share_pages() 392 return area; in osdep_gntshr_share_pages()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_x86.c | 90 struct xc_dom_x86_mapping_lvl area; member 157 if ( from < map_cmp->area.to && to > map_cmp->area.from ) in count_pgtables() 167 map->area.to = to & domx86->params->vaddr_mask; in count_pgtables() 180 map->area.pgtables++; in count_pgtables() 187 map->lvls[l].from = map->area.from & ~mask; in count_pgtables() 188 map->lvls[l].to = map->area.to | mask; in count_pgtables() 224 map->area.pgtables += map->lvls[l].pgtables; in count_pgtables() 248 pages = map->area.pgtables + extra_pages; in alloc_pgtables() 252 map->area.pfn = 0; in alloc_pgtables() 383 pfn_e = map->area.pgtables + pfn_s; in get_pg_prot_x86() [all …]
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | vtpm-locality.patch | 11 /* set the capability area with the specified data, on failure
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | kexec_and_kdump.txt | 113 In order to use kdump an area of memory has to be reserved at boot time. 114 This is the area of memory that the crash kernel will use, thus allowing it 115 to run without disrupting the memory used by the first kernel. This area is
|
A D | xenmon.txt | 8 area that may be accessed by tools such as xenmon.
|
A D | xen-command-line.markdown | 520 area. The `<ramsize-range>:<size>` pairs indicate how much memory to 525 A trailing `@<offset>` specifies the exact address this area should be 527 the address range the area should fall into.
|
A D | livepatch.markdown | 121 area would be allocated dynamically).
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | wakeup.S | 44 # %fs to reference symbols in that area
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | domain.c | 1410 struct vcpu_register_runstate_memory_area area; in do_vcpu_op() local 1414 if ( copy_from_guest(&area, arg, 1) ) in do_vcpu_op() 1417 if ( !guest_handle_okay(area.addr.h, 1) ) in do_vcpu_op() 1421 runstate_guest(v) = area.addr.h; in do_vcpu_op()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-pci-device-reservations.pod.7 | 72 size of the single MMIO BAR that the device exposes. This area may be
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | domain.c | 1199 struct vcpu_register_time_memory_area area; in arch_do_vcpu_op() local 1202 if ( copy_from_guest(&area, arg, 1) ) in arch_do_vcpu_op() 1205 if ( !guest_handle_okay(area.addr.h, 1) ) in arch_do_vcpu_op() 1209 v->arch.time_info_guest = area.addr.h; in arch_do_vcpu_op()
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | README | 148 . "noclear" flag stored in BIOS area
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | CODING_STYLE | 20 the area being touched.
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | feature-levelling.pandoc | 172 Feature levelling is a very wide area, and used all over the hypervisor.
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 99minios | 96 " is a drive, or in the \"bootloader\" area if DEVICE is a FFS partition." 1075 /* define the default viewable area */
|
A D | 61btrfs.diff | 1363 +/* helper function to cast into the data area of the leaf. */ 1555 /* defines for the block filesystem info area */
|
A D | 10graphics.diff | 1213 +/* define the default viewable area */
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | CODING_STYLE | 20 the area being touched.
|
/xen-4.10.0-shim-comet/ |
A D | MAINTAINERS | 70 L: Mailing list that is relevant to this area
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | talloc_guide.txt | 63 memory context and a type, and returns a pointer to a new area of
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | rombios.c | 8989 ; relocated here because the primary POST area isnt big enough. 9307 ; relocated here because the primary POST area isnt big enough. 9322 ; relocated here because the primary POST area isnt big enough. 10747 ;; the following area can be used to write dynamically generated tables 10846 ;; zero out BIOS data area (40:00..40:ff) 11142 ; b2: 1=extended BIOS data area used
|