Searched refs:core (Results 1 – 25 of 48) sorted by relevance
12
/xen/xen/common/ |
A D | virtual_region.c | 12 static struct virtual_region core = { variable 13 .list = LIST_HEAD_INIT(core.list), 139 core.frame[i - 1].n_bugs = sz; in setup_virtual_regions() 140 core.frame[i - 1].bugs = s; in setup_virtual_regions() 146 core_init.ex = core.ex = start; in setup_virtual_regions() 147 core_init.ex_end = core.ex_end = end; in setup_virtual_regions() 150 register_virtual_region(&core); in setup_virtual_regions()
|
A D | sysctl.c | 372 cputopo.core = cpu_to_core(i); in do_sysctl() 380 cputopo.core = XEN_INVALID_CORE_ID; in do_sysctl()
|
/xen/stubdom/ |
A D | lwip.dhcp_create_request-hwaddr_len.patch | 1 Index: src/core/dhcp.c 3 --- src/core/dhcp.c 4 +++ src/core/dhcp.c
|
A D | lwip.patch-cvs | 285 Index: src/core/dhcp.c 319 Index: src/core/mem.c 675 Index: src/core/memp.c 735 Index: src/core/netif.c 938 Index: src/core/pbuf.c 957 Index: src/core/stats.c 1079 Index: src/core/sys.c 1166 Index: src/core/tcp.c 1194 Index: src/core/tcp_in.c 1265 Index: src/core/ipv4/autoip.c [all …]
|
A D | configure | 1686 rm -f core *.core core.conftest.* && 3073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3230 rm -f core conftest.err conftest.$ac_objext
|
/xen/docs/misc/ |
A D | dump-core-format.txt | 1 xen dump-core format 7 With xm dump-core command, the guest domain's core can be created as a file. 10 In this document the new format is called new xen dump-core format, 11 xen dump-core format or simply dump-core format. The file of xen dump-core 12 format is called xen dump-core file or dump-core file. 14 The usual process core file includes program headers and no section header. 15 On the other hand the xen dump-core file includes no program headers and 49 This section is used as note section to store xen dump-core 60 when the xen dump-core file is created. 164 file is xen dump-core format without any specific information. [all …]
|
/xen/xen/arch/x86/cpu/microcode/ |
A D | Makefile | 2 obj-y += core.o
|
/xen/xen/common/sched/ |
A D | Makefile | 7 obj-y += core.o
|
/xen/tools/libs/hypfs/ |
A D | Makefile | 11 SRCS-y += core.c
|
/xen/tools/pygrub/ |
A D | setup.py | 1 from distutils.core import setup, Extension
|
/xen/xen/scripts/ |
A D | Makefile.clean | 20 rm -f *.o .*.o.tmp *~ core $(DEPS_RM)
|
/xen/tools/libs/evtchn/ |
A D | Makefile | 9 SRCS-y += core.c
|
/xen/tools/libs/devicemodel/ |
A D | Makefile | 9 SRCS-y += core.c
|
/xen/tools/libs/call/ |
A D | Makefile | 9 SRCS-y += core.c buffer.c
|
/xen/tools/libs/foreignmemory/ |
A D | Makefile | 9 SRCS-y += core.c
|
/xen/tools/python/ |
A D | setup.py | 2 from distutils.core import setup, Extension
|
/xen/tools/firmware/vgabios/ |
A D | Makefile | 25 …temp.awk.* vgabios*.orig _vgabios_* _vgabios-debug_* core vgabios*.bin vgabios*.txt $(RELEASE).bin…
|
/xen/tools/tests/vhpet/ |
A D | Makefile | 27 rm -rf $(TARGET) $(TARGET).out *.o *~ core* hpet.h hpet.c
|
/xen/docs/ |
A D | INDEX | 18 misc/dump-core-format Xen Core Dump Format
|
/xen/tools/misc/ |
A D | xenpm.c | 519 if ( cputopo[i].core == XEN_INVALID_CORE_ID || in signal_int_handler() 538 if ( cputopo[i].core == core_ids[j] ) in signal_int_handler() 542 core_ids[j] = cputopo[i].core; in signal_int_handler() 575 cputopo[j].core == core_ids[k] ) in signal_int_handler() 1048 if ( cputopo[i].core == XEN_INVALID_CORE_ID ) in cpu_topology_func() 1051 i, cputopo[i].core, cputopo[i].socket, cputopo[i].node); in cpu_topology_func()
|
/xen/tools/ |
A D | configure | 2041 rm -f core conftest.err conftest.$ac_objext \ 2289 rm -f core *.core core.conftest.* && 3333 rm -f core conftest.err conftest.$ac_objext 4484 rm -f core conftest.err conftest.$ac_objext \ 5232 rm -f core conftest.err conftest.$ac_objext 7661 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 8141 rm -f core conftest.err conftest.$ac_objext \ 8641 rm -f core conftest.err conftest.$ac_objext \ 8688 rm -f core conftest.err conftest.$ac_objext \ 8735 rm -f core conftest.err conftest.$ac_objext \ [all …]
|
/xen/docs/process/ |
A D | tags.pandoc | 20 [core]
|
/xen/docs/man/ |
A D | xen-tscmode.7.pod | 135 On most older SMP and early multi-core machines, TSC was not synchronized 144 generations of multi-core machines, especially multi-socket multi-core 148 of TSC altogether. On the most recent generations of multi-core
|
/xen/docs/features/ |
A D | intel_psr_mba.pandoc | 33 control over memory bandwidth available per-core. This feature provides OS/ 73 the traffic between core and memory. Higher throttling value result in
|
/xen/tools/debugger/gdbsx/ |
A D | README | 36 - if ctrl-c or core-dumped, make sure to do xm unpause if guest still paused.
|
Completed in 45 milliseconds
12