Home
last modified time | relevance | path

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

/qemu/hw/nvram/
H A Dspapr_nvram.c197 spapr_rtas_register(RTAS_NVRAM_STORE, "nvram-store", rtas_nvram_store); in spapr_nvram_realize()
/qemu/hw/ppc/
H A Dpegasos2.c408 RTAS_NVRAM_STORE = 2, enumerator
956 qemu_fdt_setprop_cell(fdt, "/rtas", "nvram-store", RTAS_NVRAM_STORE); in build_fdt()
/qemu/include/hw/ppc/
H A Dspapr.h746 #define RTAS_NVRAM_STORE (RTAS_TOKEN_BASE + 0x13) macro