Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c32 #define AUXV_DESC_SZ (((2 * AUXV_CNT) + 1) * sizeof(Elf64_Off)) macro
60 char auxv_buf[AUXV_DESC_SZ];
143 memset(bufp, 0, AUXV_DESC_SZ); in auxv_to_elf64_notes()
153 oc_conf->auxv_buf, AUXV_DESC_SZ); in auxv_to_elf64_notes()
319 CRASH_CORE_NOTE_NAME_BYTES + AUXV_DESC_SZ)); in create_opalcore()