Lines Matching defs:uefi_vars_state
18 typedef struct uefi_vars_state uefi_vars_state; typedef
49 struct uefi_vars_state { struct
50 MemoryRegion mr;
51 uint16_t sts;
52 uint32_t buf_size;
53 uint32_t buf_addr_lo;
54 uint32_t buf_addr_hi;
55 uint8_t *buffer;
60 uint32_t pio_xfer_offset;
61 uint8_t *pio_xfer_buffer;
64 bool end_of_dxe;
65 bool ready_to_boot;
66 bool exit_boot_service;
67 bool policy_locked;
70 uint64_t max_storage;
71 uint64_t used_storage;
74 char *jsonfile;
75 int jsonfd;
76 bool force_secure_boot;
77 bool disable_custom_mode;
78 bool use_pio;