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.c172 int sysp_end; in pmac_format_nvram_partition_of() local
175 sysp_end = chrp_nvram_create_system_partition(&nvr->data[off], in pmac_format_nvram_partition_of()
179 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.c134 int sysp_end; in sun4u_NVRAM_set_params() local
141 sysp_end = chrp_nvram_create_system_partition(image, 0, 0x1fd0); in sun4u_NVRAM_set_params()
144 chrp_nvram_create_free_partition(&image[sysp_end], 0x1fd0 - sysp_end); in sun4u_NVRAM_set_params()
/openbmc/qemu/hw/sparc/
H A Dsun4m.c152 int sysp_end; in nvram_init() local
159 sysp_end = chrp_nvram_create_system_partition(image, 0, 0x1fd0); in nvram_init()
162 chrp_nvram_create_free_partition(&image[sysp_end], 0x1fd0 - sysp_end); in nvram_init()