Searched refs:SLAVE_CODE_SIZE (Results 1 – 1 of 1) sorted by relevance
23 #define SLAVE_CODE_SIZE 256 /* First 0x100 bytes */ macro78 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()
Completed in 2 milliseconds