Home
last modified time | relevance | path

Searched refs:get_nvram_ptr_by_index (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/acpi/
H A Derst.c377 static uint8_t *get_nvram_ptr_by_index(ERSTDeviceState *s, unsigned index) in get_nvram_ptr_by_index() function
629 nvram = get_nvram_ptr_by_index(s, index); in read_erst_record()
704 nvram = get_nvram_ptr_by_index(s, index); in write_erst_record()
710 nvram = get_nvram_ptr_by_index(s, index); in write_erst_record()
924 s->header = (ERSTStorageHeader *)get_nvram_ptr_by_index(s, 0); in erst_post_load()