Searched refs:RTAS_NVRAM_STORE (Results 1 – 3 of 3) sorted by relevance
197 spapr_rtas_register(RTAS_NVRAM_STORE, "nvram-store", rtas_nvram_store); in spapr_nvram_realize()
437 RTAS_NVRAM_STORE = 2, enumerator985 qemu_fdt_setprop_cell(fdt, "/rtas", "nvram-store", RTAS_NVRAM_STORE); in build_fdt()
743 #define RTAS_NVRAM_STORE (RTAS_TOKEN_BASE + 0x13) macro