Searched defs:Aligned (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIoPei/
H A DCpuIoPei.c216 BOOLEAN Aligned; local
230 Aligned = (BOOLEAN)(((UINTN)Buffer & (mInStride[OperationWidth] - 1)) == 0x00);
235 if (Aligned) {
241 if (Aligned) {
247 if (Aligned) {
290 BOOLEAN Aligned; local
304 Aligned = (BOOLEAN)(((UINTN)Buffer & (mInStride[OperationWidth] - 1)) == 0x00);
309 if (Aligned) {
315 if (Aligned) {
321 if (Aligned) {
364 BOOLEAN Aligned; local
433 BOOLEAN Aligned; local
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTInlineAsm.cpp1702 RTIDTR Aligned; member in struct:__anon16739::__anon16740
1707 Assert(((uintptr_t)&uBuf.s.Aligned.pIdt & (sizeof(uintptr_t) - 1)) == 0);
1708 BENCH(ASMGetIDTR(&uBuf.s.Aligned), "ASMGetIDTR/aligned");

Completed in 251 milliseconds