Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsdei.c78 p = arch_alloc_vmap_stack(SDEI_STACK_SIZE, cpu_to_node(cpu)); in _init_sdei_stack()
168 unsigned long high = low + SDEI_STACK_SIZE; in on_sdei_normal_stack()
176 unsigned long high = low + SDEI_STACK_SIZE; in on_sdei_critical_stack()
H A Dentry.S1255 2: mov x6, #SDEI_STACK_SIZE
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dsdei.h10 #define SDEI_STACK_SIZE IRQ_STACK_SIZE macro