Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nvram/
H A Dmac_nvram.c171 int sysp_end; in pmac_format_nvram_partition_of() local
174 sysp_end = chrp_nvram_create_system_partition(&nvr->data[off], in pmac_format_nvram_partition_of()
178 chrp_nvram_create_free_partition(&nvr->data[sysp_end], len - sysp_end); in pmac_format_nvram_partition_of()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c135 int sysp_end; in sun4u_NVRAM_set_params() local
142 sysp_end = chrp_nvram_create_system_partition(image, 0, 0x1fd0); in sun4u_NVRAM_set_params()
145 chrp_nvram_create_free_partition(&image[sysp_end], 0x1fd0 - sysp_end); in sun4u_NVRAM_set_params()
/openbmc/qemu/hw/sparc/
H A Dsun4m.c153 int sysp_end; in nvram_init() local
160 sysp_end = chrp_nvram_create_system_partition(image, 0, 0x1fd0); in nvram_init()
163 chrp_nvram_create_free_partition(&image[sysp_end], 0x1fd0 - sysp_end); in nvram_init()