Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/kernel/
Dsdei.c64 p = arch_alloc_vmap_stack(SDEI_STACK_SIZE, cpu_to_node(cpu)); in _init_sdei_stack()
95 unsigned long high = low + SDEI_STACK_SIZE; in on_sdei_normal_stack()
115 unsigned long high = low + SDEI_STACK_SIZE; in on_sdei_critical_stack()
Dentry.S1296 2: mov x6, #SDEI_STACK_SIZE
/Linux-v5.4/arch/arm64/include/asm/
Dsdei.h10 #define SDEI_STACK_SIZE IRQ_STACK_SIZE macro