Home
last modified time | relevance | path

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

/openbmc/qemu/hw/mips/
H A Dfuloong2e.c46 #define ENVP_NB_ENTRIES 16 macro
78 if (index >= ENVP_NB_ENTRIES) { in prom_set()
87 table_addr = sizeof(int32_t) * ENVP_NB_ENTRIES + index * ENVP_ENTRY_SIZE; in prom_set()
140 prom_size = ENVP_NB_ENTRIES * (sizeof(int32_t) + ENVP_ENTRY_SIZE); in load_kernel()
H A Dmalta.c66 #define ENVP_NB_ENTRIES 16 macro
837 if (index >= ENVP_NB_ENTRIES) { in prom_set()
846 table_addr = sizeof(uint32_t) * ENVP_NB_ENTRIES + index * ENVP_ENTRY_SIZE; in prom_set()
929 prom_size = ENVP_NB_ENTRIES * (sizeof(int32_t) + ENVP_ENTRY_SIZE); in load_kernel()
953 sizeof(uint32_t) * ENVP_NB_ENTRIES; in load_kernel()
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch28 #define ENVP_NB_ENTRIES 16