Home
last modified time | relevance | path

Searched refs:reset (Results 1 – 25 of 45) sorted by relevance

12

/xen/tools/misc/
A Dxenperf.c79 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 Dplatform.c120 if ( platform && platform->reset ) in platform_reset()
121 platform->reset(); in platform_reset()
/xen/xen/arch/arm/platforms/
A Dseattle.c46 .reset = seattle_system_reset,
A Dmidway.c53 .reset = midway_reset,
A Dexynos5.c309 .reset = exynos5_reset,
318 .reset = exynos5_reset,
A Dxgene-storm.c121 .reset = xgene_storm_reset,
A Dvexpress.c142 .reset = vexpress_reset,
A Dsunxi.c139 .reset = sunxi_reset,
/xen/xen/include/asm-arm/
A Dplatform.h25 void (*reset)(void); member
/xen/docs/hypervisor-guide/
A Dcode-coverage.rst51 Alternatively, the ``reset`` subcommand can be used reset all counters back to
54 [root@host ~]# xencov reset
/xen/tools/pygrub/src/
A DLiloConf.py13 self.reset(lines, path)
22 def reset(self, lines, path): member in LiloImage
A DExtLinuxConf.py21 self.reset(lines, path)
30 def reset(self, lines, path): member in ExtLinuxImage
A DGrubConf.py94 self.reset(lines)
108 def reset(self, lines): member in _GrubImage
/xen/tools/firmware/
A DMakefile103 $(GIT) reset --hard $(OVMF_UPSTREAM_REVISION); \
117 $(GIT) reset --hard $(SEABIOS_UPSTREAM_REVISION); \
/xen/xen/
A DKconfig.debug60 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 Dsmbios.c110 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 Dp2m-pod.c690 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 Dxenstore-ring.txt85 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 DMakefile162 $(GIT) reset --hard $(QEMU_TRADITIONAL_REVISION); \
208 $(GIT) reset --hard $(QEMU_UPSTREAM_REVISION); \
/xen/tools/libxl/
A Dlibxl_pci.c1452 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 Dshim.c639 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 D40ext3_256byte_inode.diff98 /* reset indirect blocks! */
/xen/tools/xl/
A DCODING_STYLE55 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 Dentry.S311 vector reset
/xen/
A DMakefile36 $(GIT) reset --hard $(MINIOS_UPSTREAM_REVISION); \

Completed in 29 milliseconds

12