Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Dbooke_interrupts.S28 #define HOST_STACK_SIZE (((HOST_MIN_STACK_SIZE + 15) / 16) * 16) /* Align. */ macro
H A Dbookehv_interrupts.S47 #define HOST_STACK_SIZE ((HOST_MIN_STACK_SIZE + 15) & ~15) /* Align. */ macro