Searched refs:mmsiz (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Defiboot.c334 UINTN mapkey, mmsiz, siz; local
348 status = BS->GetMemoryMap(&siz, NULL, &mapkey, &mmsiz, &mmver);
352 status = BS->GetMemoryMap(&siz, mm0, &mapkey, &mmsiz, &mmver);
355 n = siz / mmsiz;
358 for (i = 0, mm = mm0; i < n; i++, mm = NextMemoryDescriptor(mm, mmsiz)){
417 bios_efiinfo.mmap_desc_size = mmsiz;
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Defiboot.c1014 UINTN mapkey, mmsiz, siz; local
1022 status = BS->GetMemoryMap(&siz, NULL, &mapkey, &mmsiz, &mmver);
1026 status = BS->GetMemoryMap(&siz, mm, &mapkey, &mmsiz, &mmver);
1029 n = siz / mmsiz;
1033 mmap_descsiz = mmsiz;
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Defiboot.c908 UINTN mapkey, mmsiz, siz; local
916 status = BS->GetMemoryMap(&siz, NULL, &mapkey, &mmsiz, &mmver);
920 status = BS->GetMemoryMap(&siz, mm, &mapkey, &mmsiz, &mmver);
923 n = siz / mmsiz;
927 mmap_descsiz = mmsiz;
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Defiboot.c909 UINTN mapkey, mmsiz, siz; local
917 status = BS->GetMemoryMap(&siz, NULL, &mapkey, &mmsiz, &mmver);
921 status = BS->GetMemoryMap(&siz, mm, &mapkey, &mmsiz, &mmver);
924 n = siz / mmsiz;
928 mmap_descsiz = mmsiz;

Completed in 74 milliseconds