/xen/xen/arch/x86/mm/ |
A D | mem_sharing.c | 1637 paging_lock(cd); in fork_hap_allocation() 1639 paging_unlock(cd); in fork_hap_allocation() 1745 copy_tsc(cd, d); in copy_settings() 1757 if ( !cd->parent ) in fork() 1767 cd->parent = d; in fork() 1777 rc = copy_settings(cd, d); in fork() 1784 cd->parent = NULL; in fork() 1901 struct domain *cd; in mem_sharing_memop() local 1960 rcu_unlock_domain(cd); in mem_sharing_memop() 1967 struct domain *cd; in mem_sharing_memop() local [all …]
|
/xen/xen/common/ |
A D | earlycpio.c | 75 struct cpio_data cd = { NULL, 0, "" }; in find_cpio_data() local 138 strlcpy(cd.name, p + mypathsize, MAX_CPIO_FILE_NAME); in find_cpio_data() 140 cd.data = (void *)dptr; in find_cpio_data() 141 cd.size = ch[C_FILESIZE]; in find_cpio_data() 142 return cd; /* Found it! */ in find_cpio_data() 149 return cd; in find_cpio_data()
|
/xen/docs/process/ |
A D | branching-checklist.txt | 9 cd ~/git/qemu-xen.git 12 cd ~/git/qemu-xen-traditional.git 17 cd ~/git/libvirt.git/ 22 cd ~/git/xen.git 29 #14:17 <ijc> HOWTO: login to xenbits. become "xendocs" . cd cronjobs . edit 33 cd cronjobs 45 cd testing.git 51 cd testing.git 60 cd ~/HG/patchbot/ 90 cd branches/for-xen-$v-testing.git
|
A D | release-technician-checklist.txt | 118 cd /volatile/iwj/website-thing/xen.org 121 cd /volatile/iwj/d 123 cd build 126 cd xen-$v 134 cd oss-xen/release/$v 138 cd ../../.. 143 cd /data/downloads.xenproject.org/xen.org
|
/xen/xen/drivers/char/ |
A D | console.c | 598 struct domain *cd = current->domain; in guest_console_write() local 611 if ( is_hardware_domain(cd) ) in guest_console_write() 652 spin_lock(&cd->pbuf_lock); in guest_console_write() 655 (cd->pbuf_idx + (kout - kbuf) < (DOMAIN_PBUF_SIZE - 1)) ) in guest_console_write() 658 memcpy(cd->pbuf + cd->pbuf_idx, kbuf, kout - kbuf); in guest_console_write() 659 cd->pbuf_idx += (kout - kbuf); in guest_console_write() 663 cd->pbuf[cd->pbuf_idx] = '\0'; in guest_console_write() 664 guest_printk(cd, XENLOG_G_DEBUG "%s%s\n", cd->pbuf, kbuf); in guest_console_write() 665 cd->pbuf_idx = 0; in guest_console_write() 667 spin_unlock(&cd->pbuf_lock); in guest_console_write()
|
/xen/xen/arch/x86/cpu/microcode/ |
A D | core.c | 152 struct cpio_data cd; in microcode_scan_module() local 184 cd.data = NULL; in microcode_scan_module() 185 cd.size = 0; in microcode_scan_module() 186 cd = find_cpio_data(p, _blob_start, _blob_size, &offset /* ignore */); in microcode_scan_module() 187 if ( cd.data ) in microcode_scan_module() 189 ucode_blob.size = cd.size; in microcode_scan_module() 190 ucode_blob.data = cd.data; in microcode_scan_module()
|
/xen/tools/firmware/etherboot/ |
A D | README | 17 cd gpxe
|
/xen/tools/fuzz/ |
A D | README.afl | 19 $ cd tools/fuzz/x86_instruction_emulator
|
/xen/xen/include/xsm/ |
A D | xsm.h | 163 int (*mem_sharing_op) (struct domain *d, struct domain *cd, int op); 629 static inline int xsm_mem_sharing_op (xsm_default_t def, struct domain *d, struct domain *cd, int o… in xsm_mem_sharing_op() argument 631 return xsm_ops->mem_sharing_op(d, cd, op); in xsm_mem_sharing_op()
|
A D | dummy.h | 634 static XSM_INLINE int xsm_mem_sharing_op(XSM_DEFAULT_ARG struct domain *d, struct domain *cd, int o… in xsm_mem_sharing_op() argument 637 return xsm_default_action(action, current->domain, cd); in xsm_mem_sharing_op()
|
/xen/docs/misc/ |
A D | amd-ucode-container.txt | 63 2. cd initrd-for-xen-with_append
|
A D | stubdom.txt | 188 cd stubdom/ 193 cd stubdom/
|
A D | vtd.txt | 12 1 ) cd xen-unstable.hg 49 1 ) cd xen-unstable.hg
|
/xen/xen/arch/x86/hvm/ |
A D | hvm.c | 582 struct domain *cd = current->domain; in hvm_print_line() local 595 spin_lock(&cd->pbuf_lock); in hvm_print_line() 597 cd->pbuf[cd->pbuf_idx++] = c; in hvm_print_line() 598 if ( (cd->pbuf_idx == (DOMAIN_PBUF_SIZE - 1)) || (c == '\n') ) in hvm_print_line() 600 cd->pbuf[cd->pbuf_idx] = '\0'; in hvm_print_line() 601 guest_printk(cd, XENLOG_G_DEBUG "%s\n", cd->pbuf); in hvm_print_line() 602 cd->pbuf_idx = 0; in hvm_print_line() 604 spin_unlock(&cd->pbuf_lock); in hvm_print_line()
|
/xen/tools/golang/xenlight/ |
A D | xenlight.go | 349 func (d *Defbool) toC(cd *C.libxl_defbool) error { 352 C.libxl_defbool_set(cd, C.bool(val))
|
/xen/xen/xsm/flask/ |
A D | hooks.c | 1560 static int flask_mem_sharing_op(struct domain *d, struct domain *cd, int op) in flask_mem_sharing_op() argument 1562 int rc = current_has_perm(cd, SECCLASS_HVM, HVM__MEM_SHARING); in flask_mem_sharing_op() 1565 return domain_has_perm(d, cd, SECCLASS_HVM, HVM__SHARE_MEM); in flask_mem_sharing_op()
|
/xen/ |
A D | README | 111 2. cd to xen-unstable (or whatever you sensibly rename it to).
|
/xen/tools/xentrace/ |
A D | xenalyze.c | 8992 struct cpu_change_data *cd; in scan_for_new_pcpu() local 9007 cd = (typeof(cd))rec.u.notsc.data; in scan_for_new_pcpu() 9009 if ( cd->cpu > MAX_CPUS ) in scan_for_new_pcpu() 9012 __func__, cd->cpu, MAX_CPUS); in scan_for_new_pcpu() 9017 if(cd->cpu > P.max_active_pcpu || !P.pcpu[cd->cpu].active) { in scan_for_new_pcpu() 9018 struct pcpu_info *p = P.pcpu + cd->cpu; in scan_for_new_pcpu() 9021 __func__, cd->cpu, (unsigned long long)offset); in scan_for_new_pcpu() 9034 offset += r + cd->window_size; in scan_for_new_pcpu() 9038 if ( cd->cpu > P.max_active_pcpu ) in scan_for_new_pcpu() 9039 P.max_active_pcpu = cd->cpu; in scan_for_new_pcpu()
|
/xen/docs/man/ |
A D | xl.1.pod.in | 1419 =item B<cd-insert> I<domain-id> I<virtualdevice> I<target> 1421 Insert a cdrom into a guest domain's existing virtual cd drive. The 1431 =item B<cd-eject> I<domain-id> I<virtualdevice> 1433 Eject a cdrom from a guest domain's virtual cd drive, specified by
|
A D | xl.cfg.5.pod.in | 1732 The default is B<cd>, meaning try booting from the hard disk first, but fall
|
/xen/tools/tests/x86_emulator/ |
A D | evex-disp8.c | 527 INSN(rsqrt28, 66, 0f38, cd, el, sd, el),
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 11061 ;; eltorito floppy/harddisk emulation from cd
|