Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kexec/
H A Dfile_load.c23 #define SLAVE_CODE_SIZE 256 /* First 0x100 bytes */ macro
78 slave_code_buf = kmalloc(SLAVE_CODE_SIZE, GFP_KERNEL); in setup_purgatory()
84 slave_code_buf, SLAVE_CODE_SIZE, in setup_purgatory()
92 memcpy(slave_code_buf, slave_code, SLAVE_CODE_SIZE); in setup_purgatory()
95 slave_code_buf, SLAVE_CODE_SIZE, in setup_purgatory()