HomeSort by relevance Sort by last modified time
    Searched full:bist (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
bitops2.s 6 bist #0,r0l
7 bist #0,@r0
8 bist #0,@64:8
bitops2h.s 7 bist #0,r0l
8 bist #0,@er0
9 bist #0,@64:8
bitops2s.s 9 bist #0,r0l
10 bist #0,@er0
11 bist #0,@64:8
12 bist #0,@128:16
13 bist #0,@65536:32
t12_bit.s 154 bist #0x7,r1h ;67f1
155 bist #0x7,@er1 ;7d1067f0
156 bist #0x7,@0xffffff12:8 ;7f1267f0
157 bist #0x7,@0x1234:16 ;6a18123467f0
158 bist #0x7,@0x12345678:32 ;6a381234567867f0
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/
SaveSecContext.c 23 Save BIST value before call FspInit.
25 @param[in] Bist BIST value.
29 IN UINT32 Bist
53 UINT32 *Bist;
77 // The entries of BIST information, together with the number of them,
79 // This routine copies the BIST information to the buffer pointed by
85 // | BIST |
103 Bist = (UINT32 *)(UINTN)(TopOfTemporaryRam - sizeof(UINT32) - Size);
104 DEBUG ((DEBUG_INFO, "Bist - 0x%x\n", *Bist));
    [all...]
SecPlatformInformation.c 42 UINT32 *Bist;
63 // The entries of BIST information, together with the number of them,
65 // This routine copies the BIST information to the buffer pointed by
79 Bist = (UINT32 *) (TopOfTemporaryRam - sizeof (UINT32) - Size);
81 CopyMem (PlatformInformationRecord, Bist, Size);
SecGetPerformance.c 72 // | BIST |
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/
SaveSecContext.c 24 Save BIST value before call FspInit.
26 @param Bist BIST value.
30 IN UINT32 Bist
54 UINT32 *Bist;
78 // The entries of BIST information, together with the number of them,
80 // This routine copies the BIST information to the buffer pointed by
86 // | BIST |
104 Bist = (UINT32 *)(UINTN)(TopOfTemporaryRam - sizeof(UINT32) - Size);
105 DEBUG ((DEBUG_INFO, "Bist - 0x%x\n", *Bist));
    [all...]
SecPlatformInformation.c 41 UINT32 *Bist;
62 // The entries of BIST information, together with the number of them,
64 // This routine copies the BIST information to the buffer pointed by
78 Bist = (UINT32 *) (TopOfTemporaryRam - sizeof (UINT32) - Size);
80 CopyMem (PlatformInformationRecord, Bist, Size);
SecGetPerformance.c 71 // | BIST |
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
CpuBist.c 2 Update and publish processors' BIST information.
75 Worker function to get CPUs' BIST by calling SecPlatformInformationPpi
82 @param BistInformationData Pointer to BIST information data
84 @retval EFI_SUCCESS Retrieve of the BIST data successfully
114 // Get the size of the sec platform information2(BSP/APs' BIST data)
130 // Retrieve BIST data
149 Collects BIST data from PPI.
151 This function collects BIST data from Sec Platform Information2 PPI
181 // Get BIST information from Sec Platform Information2 Ppi firstly
191 // Sec Platform Information2 PPI includes BSP/APs' BIST information
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/
PlatformSecLib.c 154 UINT32 *BIST;
168 BIST = GET_GUID_HOB_DATA (GuidHob);
171 // The entries of BIST information, together with the number of them,
173 // This routine copies the BIST information to the buffer pointed by
178 BIST = (UINT32 *) ((UINT32) TopOfStack - sizeof (UINT32) - Size);
185 BIST,
190 BIST = GET_GUID_HOB_DATA (GuidHob);
199 CopyMem (PlatformInformationRecord, BIST, Size);
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
Init16.asm 36 ; @param[in] EAX Initial value of the EAX register (BIST: Built-in Self Test)
37 ; @param[out] ESP Initial value of the EAX register (BIST: Built-in Self Test)
41 ; ESP - Initial value of the EAX register (BIST: Built-in Self Test)
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
PeiCoreEntry.S 69 # Push processor count to stack first, then BIST status (AP then BSP)
88 # We need to implement a long-term solution for BIST capture. For now, we just copy BSP BIST
PeiCoreEntry.asm 76 ; Push processor count to stack first, then BIST status (AP then BSP)
95 ; We need to implement a long-term solution for BIST capture. For now, we just copy BSP BIST
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
PeiCoreEntry.asm 77 ; Push processor count to stack first, then BIST status (AP then BSP)
96 ; We need to implement a long-term solution for BIST capture. For now, we just copy BSP BIST
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
ReadMe.txt 25 EAX/RAX - Initial value of the EAX register (BIST: Built-in Self Test)
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
SecEntry.S 33 # @param[in] EAX Initial value of the EAX register (BIST: Built-in Self Test)
SecEntry.asm 40 ; @param[in] EAX Initial value of the EAX register (BIST: Built-in Self Test)
  /device/linaro/bootloader/edk2/OvmfPkg/Sec/Ia32/
SecEntry.nasm 29 ; @param[in] EAX Initial value of the EAX register (BIST: Built-in Self Test)
  /device/linaro/bootloader/edk2/OvmfPkg/Sec/X64/
SecEntry.nasm 30 ; @param[in] RAX Initial value of the EAX register (BIST: Built-in Self Test)
  /external/syslinux/efi32/include/efi/
pci22.h 47 UINT8 BIST;
  /external/syslinux/efi64/include/efi/
pci22.h 47 UINT8 BIST;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
pci22.h 47 UINT8 BIST;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-h8300/
relax-4.s 2 ; BAND, BCLR, BIAND, BILD, BIOR, BIST, BIXOR, BLD, BNOT, BOR, BSET, BST, BTST, BXOR

Completed in 351 milliseconds

1 2 3 4