/xen/tools/misc/ |
A D | xenperf.c | 79 unsigned int sum, reset = 0, full = 0, pretty = 0; in main() local 97 reset = 1; in main() 122 if ( reset ) in main()
|
/xen/xen/arch/arm/ |
A D | platform.c | 120 if ( platform && platform->reset ) in platform_reset() 121 platform->reset(); in platform_reset()
|
/xen/xen/arch/arm/platforms/ |
A D | seattle.c | 46 .reset = seattle_system_reset,
|
A D | midway.c | 53 .reset = midway_reset,
|
A D | exynos5.c | 309 .reset = exynos5_reset, 318 .reset = exynos5_reset,
|
A D | xgene-storm.c | 121 .reset = xgene_storm_reset,
|
A D | vexpress.c | 142 .reset = vexpress_reset,
|
A D | sunxi.c | 139 .reset = sunxi_reset,
|
/xen/xen/include/asm-arm/ |
A D | platform.h | 25 void (*reset)(void); member
|
/xen/docs/hypervisor-guide/ |
A D | code-coverage.rst | 51 Alternatively, the ``reset`` subcommand can be used reset all counters back to 54 [root@host ~]# xencov reset
|
/xen/tools/pygrub/src/ |
A D | LiloConf.py | 13 self.reset(lines, path) 22 def reset(self, lines, path): member in LiloImage
|
A D | ExtLinuxConf.py | 21 self.reset(lines, path) 30 def reset(self, lines, path): member in ExtLinuxImage
|
A D | GrubConf.py | 94 self.reset(lines) 108 def reset(self, lines): member in _GrubImage
|
/xen/tools/firmware/ |
A D | Makefile | 103 $(GIT) reset --hard $(OVMF_UPSTREAM_REVISION); \ 117 $(GIT) reset --hard $(SEABIOS_UPSTREAM_REVISION); \
|
/xen/xen/ |
A D | Kconfig.debug | 60 You can use serial console to print (and reset) using 'l' and 'L' 75 console to print (and reset) using 'p' and 'P' respectively, or
|
/xen/tools/firmware/hvmloader/ |
A D | smbios.c | 110 goto reset; in smbios_pt_init() 114 goto reset; in smbios_pt_init() 118 goto reset; in smbios_pt_init() 122 goto reset; in smbios_pt_init() 126 reset: in smbios_pt_init()
|
/xen/xen/arch/x86/mm/ |
A D | p2m-pod.c | 690 int ret=0, reset = 0; in p2m_pod_zero_check_superpage() local 793 reset = 1; in p2m_pod_zero_check_superpage() 806 reset = 1; in p2m_pod_zero_check_superpage() 812 if ( reset ) in p2m_pod_zero_check_superpage() 846 if ( reset && p2m_set_entry(p2m, gfn, mfn0, PAGE_ORDER_2M, in p2m_pod_zero_check_superpage()
|
/xen/docs/misc/ |
A D | xenstore-ring.txt | 85 reset the ring to a valid initial state i.e. one in which the Input 112 From the point of view of the guest, the connection has been reset on a
|
/xen/tools/ |
A D | Makefile | 162 $(GIT) reset --hard $(QEMU_TRADITIONAL_REVISION); \ 208 $(GIT) reset --hard $(QEMU_UPSTREAM_REVISION); \
|
/xen/tools/libxl/ |
A D | libxl_pci.c | 1452 char *reset; in libxl__device_pci_reset() local 1455 reset = GCSPRINTF("%s/do_flr", SYSFS_PCIBACK_DRIVER); in libxl__device_pci_reset() 1456 fd = open(reset, O_WRONLY); in libxl__device_pci_reset() 1461 LOGD(ERROR, domain, "write to %s returned %d", reset, rc); in libxl__device_pci_reset() 1466 LOGED(ERROR, domain, "Failed to access pciback path %s", reset); in libxl__device_pci_reset() 1467 reset = GCSPRINTF("%s/"PCI_BDF"/reset", SYSFS_PCI_DEV, domain, bus, dev, func); in libxl__device_pci_reset() 1468 fd = open(reset, O_WRONLY); in libxl__device_pci_reset() 1472 LOGED(ERROR, domain, "write to %s returned %d", reset, rc); in libxl__device_pci_reset() 1481 LOGED(ERROR, domain, "Failed to access reset path %s", reset); in libxl__device_pci_reset()
|
/xen/xen/arch/x86/pv/ |
A D | shim.c | 639 struct evtchn_reset reset; in pv_shim_event_channel_op() local 641 if ( copy_from_guest(&reset, arg, 1) != 0 ) in pv_shim_event_channel_op() 644 rc = xen_hypercall_event_channel_op(EVTCHNOP_reset, &reset); in pv_shim_event_channel_op()
|
/xen/stubdom/grub.patches/ |
A D | 40ext3_256byte_inode.diff | 98 /* reset indirect blocks! */
|
/xen/tools/xl/ |
A D | CODING_STYLE | 55 example, in a loop), the corresponding variable has to be reset to 64 In that case you have to reset the local variable to `nothing here',
|
/xen/xen/arch/arm/arm32/ |
A D | entry.S | 311 vector reset
|
/xen/ |
A D | Makefile | 36 $(GIT) reset --hard $(MINIOS_UPSTREAM_REVISION); \
|