Home
last modified time | relevance | path

Searched defs:HOST_STACK_SIZE (Results 1 - 4 of 4) sorted by relevance

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

Completed in 4 milliseconds