Displaying 4 results from an estimated 4 matches for "startup_cpu_idle_loop".
2004 Dec 22
3
[PATCH] domain.c idle_loop declaration (take 2)
...n-2.0-testing.bk/xen/include -Wno-pointer-
arith -Wredundant-decls -O3 -Wunused-function -Wunused -fomit-frame-
pointer -msoft-float -m32 -march=i686 -DNDEBUG -S arch/x86/domain.c -
o /tmp/d.S
grep for the label idle_loop in the assembled output:
[mdday@mdday xen]$ grep idle_loop /tmp/d.S .globl
startup_cpu_idle_loop .type startup_cpu_idle_loop, @function
startup_cpu_idle_loop: .size startup_cpu_idle_loop, .-
startup_cpu_idle_loop
movl %eax,%esp; jmp idle_loop
Compile domain.c to assembly without optimization:
[mdday@mdday xen]$ gcc -nostdinc -fno-builtin -fno-common -fno-strict-...
2012 Mar 09
10
[PATCH 0 of 9] (v2) arm: SMP boot
This patch series implements SMP boot for arch/arm, as far as getting
all CPUs up and running the idle loop.
Changes from v1:
- moved barriers out of loop in udelay()
- dropped broken GIC change in favour of explanatory comment
- made the increment of ready_cpus atomic (I couldn''t move the
increment to before signalling the next CPU because the PT
switch has to happen between
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone,
this is the fourth version of the patch series that introduces ARMv7
with virtualization extensions support in Xen.
The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile
Express simulator.
See the following announce email for more informations about what we
are trying to achieve, as well as the original git history:
See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone,
this is the very first version of the patch series that introduces ARMv7
with virtualization extensions support in Xen.
The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile
Express simulator.
See the following announce email for more informations about what we
are trying to achieve, as well as the original git history:
See