Searched refs:secondary (Results 1 – 15 of 15) sorted by relevance
/device/google/cuttlefish_common/host/vsoc/lib/ |
D | host_region_e2e_test.cpp | 65 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/ |
D | guest_region_e2e_test.cpp | 72 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/ |
D | string.py | 91 def __init__(self, primary, secondary): argument 93 self._secondary = secondary
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | string.py | 91 def __init__(self, primary, secondary): argument 93 self._secondary = secondary
|
/device/google/bonito/ |
D | product.prop | 57 # all secondary wakeup
|
/device/google/crosshatch/ |
D | product.prop | 60 # all secondary wakeup
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | reset-design.rst | 69 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
|
D | porting-guide.rst | 580 #. 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
|
D | firmware-design.rst | 18 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
|
D | platform-migration-guide.rst | 345 to determine whether this core is the primary core or a secondary core. A return
|
D | user-guide.rst | 291 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
|
D | change-log.rst | 43 - GIC driver data is flushed by the primary CPU so that secondary CPU do
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Documentation/ |
D | ArmPlatformPkg.txt | 42 … the PrePi or PrePeiCore modules have to send an SGI to resume the excution of the secondary cores
|
/device/linaro/bootloader/edk2/ArmPkg/ |
D | ArmPkg.dec | 70 # Define if the spin-table mechanism is used by the secondary cores when booting
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/ |
D | VfrCompile.g | 1203 // so that when we parse the second variable we set the secondary variable store id.
|