Home
last modified time | relevance | path

Searched refs:secondary (Results 1 – 15 of 15) sorted by relevance

/device/google/cuttlefish_common/host/vsoc/lib/
Dhost_region_e2e_test.cpp65 auto secondary = in TEST() local
67 ASSERT_TRUE(!!secondary); in TEST()
70 EXPECT_FALSE(secondary->HasIncomingInterrupt()); in TEST()
76 SetHostStrings(secondary); in TEST()
77 EXPECT_TRUE(secondary->MaybeInterruptPeer()); in TEST()
79 secondary->WaitForInterrupt(); in TEST()
81 CheckPeerStrings(secondary); in TEST()
84 EXPECT_FALSE(secondary->HasIncomingInterrupt()); in TEST()
98 secondary->SendSignal(vsoc::layout::Sides::Peer, in TEST()
99 &secondary->data()->host_to_guest_signal); in TEST()
[all …]
/device/google/cuttlefish_common/guest/vsoc/lib/
Dguest_region_e2e_test.cpp72 auto secondary = vsoc::E2ESecondaryRegionView::GetInstance(); in TEST() local
74 ASSERT_TRUE(!!secondary); in TEST()
78 EXPECT_FALSE(secondary->HasIncomingInterrupt()); in TEST()
86 SetGuestStrings(secondary); in TEST()
88 EXPECT_TRUE(secondary->MaybeInterruptPeer()); in TEST()
90 secondary->WaitForInterrupt(); in TEST()
92 CheckPeerStrings(secondary); in TEST()
96 EXPECT_FALSE(secondary->HasIncomingInterrupt()); in TEST()
110 secondary->SendSignal(vsoc::layout::Sides::Peer, in TEST()
111 &secondary->data()->guest_to_host_signal); in TEST()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstring.py91 def __init__(self, primary, secondary): argument
93 self._secondary = secondary
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstring.py91 def __init__(self, primary, secondary): argument
93 self._secondary = secondary
/device/google/bonito/
Dproduct.prop57 # all secondary wakeup
/device/google/crosshatch/
Dproduct.prop60 # all secondary wakeup
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dreset-design.rst69 no arbitration is required. The notion of primary/secondary CPU itself no longer
140 the platform must place any secondary CPUs into a safe state while the primary
Dporting-guide.rst580 #. In the case of a cold boot and the CPU being a secondary CPU, ensuring that
627 for placing the executing secondary CPU in a platform-specific state until the
631 In the ARM FVP port, when using the normal boot flow, each secondary CPU powers
632 itself off. The primary CPU is responsible for powering up the secondary CPUs
639 Note that for platforms that can't release secondary CPUs out of reset, only the
652 secondary CPU. A return value of zero indicates that the CPU is not the
656 Note that for platforms that can't release secondary CPUs out of reset, only the
658 distinguish between primary and secondary CPUs and implementing this function is
Dfirmware-design.rst18 to firmware implementing power management use-cases (for example, secondary CPU
40 primary CPU, and the remaining CPUs are considered secondary CPUs. The primary
43 all CPUs. The secondary CPUs are kept in a safe platform-specific state until
105 entrypoint. In the case of a cold boot, the secondary CPUs are placed in a safe
475 ``RETENTION``. All secondary CPUs are initially in the ``OFF`` state. The cluster
Dplatform-migration-guide.rst345 to determine whether this core is the primary core or a secondary core. A return
Duser-guide.rst291 need to distinguish between primary and secondary CPUs and the boot path can
1321 the secondary CPUs holding pen to work properly. Unfortunately, its reset value
Dchange-log.rst43 - GIC driver data is flushed by the primary CPU so that secondary CPU do
/device/linaro/bootloader/edk2/ArmPlatformPkg/Documentation/
DArmPlatformPkg.txt42 … the PrePi or PrePeiCore modules have to send an SGI to resume the excution of the secondary cores
/device/linaro/bootloader/edk2/ArmPkg/
DArmPkg.dec70 # Define if the spin-table mechanism is used by the secondary cores when booting
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
DVfrCompile.g1203 // so that when we parse the second variable we set the secondary variable store id.