Searched refs:RTAS_NVRAM_FETCH (Results 1 – 3 of 3) sorted by relevance
196 spapr_rtas_register(RTAS_NVRAM_FETCH, "nvram-fetch", rtas_nvram_fetch); in spapr_nvram_realize()
436 RTAS_NVRAM_FETCH = 1, enumerator986 qemu_fdt_setprop_cell(fdt, "/rtas", "nvram-fetch", RTAS_NVRAM_FETCH); in build_fdt()
742 #define RTAS_NVRAM_FETCH (RTAS_TOKEN_BASE + 0x12) macro