Searched refs:flash_ptr (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/i386/ |
H A D | pc_sysfw.c | 48 void *flash_ptr, *isa_bios_ptr; in pc_isa_bios_init() local 67 flash_ptr = memory_region_get_ram_ptr(flash_mem); in pc_isa_bios_init() 70 ((uint8_t*)flash_ptr) + (flash_size - isa_bios_size), in pc_isa_bios_init() 152 void *flash_ptr; in pc_system_flash_map() local 206 flash_ptr = memory_region_get_ram_ptr(flash_mem); in pc_system_flash_map() 208 x86_firmware_configure(gpa, flash_ptr, flash_size); in pc_system_flash_map()
|
H A D | pc_sysfw_ovmf.c | 39 void pc_system_parse_ovmf_flash(uint8_t *flash_ptr, size_t flash_size) in pc_system_parse_ovmf_flash() argument 64 ptr = flash_ptr + flash_size - (bytes_after_table_footer + sizeof(guid)); in pc_system_parse_ovmf_flash() 73 if (tot_len < 0 || tot_len > (ptr - flash_ptr)) { in pc_system_parse_ovmf_flash()
|
H A D | pc_sysfw_ovmf-stubs.c | 23 void pc_system_parse_ovmf_flash(uint8_t *flash_ptr, size_t flash_size) in pc_system_parse_ovmf_flash() argument
|
/openbmc/qemu/target/i386/ |
H A D | sev-sysemu-stub.c | 54 int sev_es_save_reset_vector(void *flash_ptr, uint64_t flash_size) in sev_es_save_reset_vector() argument 71 void pc_system_parse_sev_metadata(uint8_t *flash_ptr, size_t flash_size) in pc_system_parse_sev_metadata() argument
|
H A D | sev.h | 66 int sev_es_save_reset_vector(void *flash_ptr, uint64_t flash_size); 69 void pc_system_parse_sev_metadata(uint8_t *flash_ptr, size_t flash_size);
|
H A D | sev.c | 654 void pc_system_parse_sev_metadata(uint8_t *flash_ptr, size_t flash_size) in pc_system_parse_sev_metadata() argument 664 metadata = (OvmfSevMetadata *)(flash_ptr + flash_size - data->offset); in pc_system_parse_sev_metadata() 1745 sev_es_find_reset_vector(void *flash_ptr, uint64_t flash_size, in sev_es_find_reset_vector() argument 1775 data = flash_ptr + flash_size - 0x20; in sev_es_find_reset_vector() 1820 int sev_es_save_reset_vector(void *flash_ptr, uint64_t flash_size) in sev_es_save_reset_vector() argument 1832 ret = sev_es_find_reset_vector(flash_ptr, flash_size, in sev_es_save_reset_vector()
|
/openbmc/qemu/include/hw/i386/ |
H A D | pc.h | 213 void pc_system_parse_ovmf_flash(uint8_t *flash_ptr, size_t flash_size);
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | cadence-nand-controller.c | 921 char nf_mem, u32 flash_ptr, dma_addr_t mem_ptr, in cadence_nand_cdma_desc_prepare() argument 929 cdma_desc->flash_pointer = flash_ptr; in cadence_nand_cdma_desc_prepare()
|