Home
last modified time | relevance | path

Searched refs:area (Results 1 – 24 of 24) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Ddomain.c25 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 Dentry.S286 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 Dfreebsd.c239 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 Dlinux.c340 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 Dxc_dom_x86.c90 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 Dvtpm-locality.patch11 /* set the capability area with the specified data, on failure
/xen-4.10.0-shim-comet/docs/misc/
A Dkexec_and_kdump.txt113 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 Dxenmon.txt8 area that may be accessed by tools such as xenmon.
A Dxen-command-line.markdown520 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 Dlivepatch.markdown121 area would be allocated dynamically).
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dwakeup.S44 # %fs to reference symbols in that area
/xen-4.10.0-shim-comet/xen/common/
A Ddomain.c1410 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 Dxen-pci-device-reservations.pod.772 size of the single MMIO BAR that the device exposes. This area may be
/xen-4.10.0-shim-comet/xen/arch/x86/
A Ddomain.c1199 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 DREADME148 . "noclear" flag stored in BIOS area
/xen-4.10.0-shim-comet/tools/xl/
A DCODING_STYLE20 the area being touched.
/xen-4.10.0-shim-comet/docs/features/
A Dfeature-levelling.pandoc172 Feature levelling is a very wide area, and used all over the hypervisor.
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D99minios96 " is a drive, or in the \"bootloader\" area if DEVICE is a FFS partition."
1075 /* define the default viewable area */
A D61btrfs.diff1363 +/* helper function to cast into the data area of the leaf. */
1555 /* defines for the block filesystem info area */
A D10graphics.diff1213 +/* define the default viewable area */
/xen-4.10.0-shim-comet/tools/libxl/
A DCODING_STYLE20 the area being touched.
/xen-4.10.0-shim-comet/
A DMAINTAINERS70 L: Mailing list that is relevant to this area
/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc_guide.txt63 memory context and a type, and returns a pointer to a new area of
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Drombios.c8989 ; 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

Completed in 48 milliseconds