Home
last modified time | relevance | path

Searched defs:zero_page (Results 1 – 1 of 1) sorted by relevance

/hypervisor/include/arch/x86/asm/
A Dzeropage.h12 struct zero_page { struct
13 uint8_t pad0[0x1c0]; /* 0x000 */
15 struct efi_info boot_efi_info;
17 uint8_t pad1[0x8]; /* 0x1e0 */
18 uint8_t e820_nentries; /* 0x1e8 */
19 uint8_t pad2[0x8]; /* 0x1e9 */
21 struct {
41 } __packed hdr;
43 uint8_t pad3[0x68]; /* 0x268 */
44 struct e820_entry entries[0x80]; /* 0x2d0 */
[all …]

Completed in 2 milliseconds