Home
last modified time | relevance | path

Searched refs:frames (Results 1 – 9 of 9) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Ddescriptor-tables.c56 long pv_set_gdt(struct vcpu *v, unsigned long *frames, unsigned int entries) in pv_set_gdt() argument
71 page = get_page_from_gfn(d, frames[i], NULL, P2M_ALLOC); in pv_set_gdt()
79 frames[i] = mfn_x(page_to_mfn(page)); in pv_set_gdt()
90 v->arch.pv_vcpu.gdt_frames[i] = frames[i]; in pv_set_gdt()
99 put_page_and_type(mfn_to_page(_mfn(frames[i]))); in pv_set_gdt()
108 unsigned long frames[16]; in do_set_gdt() local
116 if ( copy_from_guest(frames, frame_list, nr_pages) ) in do_set_gdt()
121 if ( (ret = pv_set_gdt(curr, frames, entries)) == 0 ) in do_set_gdt()
187 unsigned long frames[16]; in compat_set_gdt() local
203 frames[i] = frame; in compat_set_gdt()
[all …]
/xen-4.10.0-shim-comet/xen/include/asm-x86/pv/
A Dmm.h28 long pv_set_gdt(struct vcpu *v, unsigned long *frames, unsigned int entries);
45 static inline long pv_set_gdt(struct vcpu *v, unsigned long *frames, in pv_set_gdt() argument
/xen-4.10.0-shim-comet/docs/misc/
A Dgrant-tables.txt6 Grant tables are a mechanism for sharing and transferring frames between
61 Xen maintains a set of private frames per domain, holding the active grant
99 active frames, etc.) must only be made if the write lock is
139 Granting a foreign domain access to frames
155 Mapping foreign frames
195 Unmapping foreign frames
A Dlivepatch.markdown278 * Bug frames.
867 additional entries in the exception table and/or the bug frames.
A Dxen-command-line.markdown887 Specify the maximum number of frames which any domain may use as part
900 Specify the maximum number of frames to use as part of a domains
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dentry.S280 2: andq $~0xf,%rsi # Stack frames are 16-byte aligned.
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_types.idl262 # number of frames to be mapped
/xen-4.10.0-shim-comet/docs/specs/
A Dlibxc-migration-stream.pandoc400 the PFN frames containing the PFN range S to E
/xen-4.10.0-shim-comet/docs/man/
A Dxl.cfg.pod.5.in570 Specify the maximum number of grant frames the domain is allowed to have.
577 Specify the maximum number of grant maptrack frames the domain is allowed

Completed in 14 milliseconds