Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dbooke_interrupts.S28 #define HOST_STACK_SIZE (((HOST_MIN_STACK_SIZE + 15) / 16) * 16) /* Align. */ macro
29 #define HOST_STACK_LR (HOST_STACK_SIZE + 4) /* In caller stack frame. */
332 addi r1, r1, HOST_STACK_SIZE
343 stwu r1, -HOST_STACK_SIZE(r1)
H A Dbookehv_interrupts.S47 #define HOST_STACK_SIZE ((HOST_MIN_STACK_SIZE + 15) & ~15) /* Align. */ macro
49 #define HOST_STACK_LR (HOST_STACK_SIZE + PPC_LR_STKOFF)
515 addi r1, r1, HOST_STACK_SIZE
523 stwu r1, -HOST_STACK_SIZE(r1)