Home
last modified time | relevance | path

Searched refs:kernel_stack_top (Results 1 – 4 of 4) sorted by relevance

/arch/x86/
A Darch.c126 vaddr_t kernel_stack_top = (uintptr_t)ct->stack + ct->stack_size; in arch_enter_uspace()
127 kernel_stack_top = ROUNDDOWN(kernel_stack_top, 16); in arch_enter_uspace()
147 [kstack]"r"(kernel_stack_top), in arch_enter_uspace()
/arch/arm64/
A Darch.c104 vaddr_t kernel_stack_top = (uintptr_t)ct->stack + ct->stack_size; in arch_enter_uspace() local
105 kernel_stack_top = ROUNDDOWN(kernel_stack_top, 16); in arch_enter_uspace()
125 [kstack]"r"(kernel_stack_top), in arch_enter_uspace()
/arch/riscv/
A Darch.c151 vaddr_t kernel_stack_top = (uintptr_t)ct->stack + ct->stack_size; in arch_enter_uspace() local
152 kernel_stack_top = ROUNDDOWN(kernel_stack_top, 16); in arch_enter_uspace()
167 riscv_csr_write(sscratch, kernel_stack_top); in arch_enter_uspace()
176 ((uintptr_t *)kernel_stack_top)[-1] = (uintptr_t)riscv_get_percpu(); in arch_enter_uspace()
/arch/arm/arm/
A Darch.c423 vaddr_t kernel_stack_top = (uintptr_t)ct->stack + ct->stack_size; in arch_enter_uspace() local
424 kernel_stack_top = ROUNDDOWN(kernel_stack_top, 8); in arch_enter_uspace()
438 [kstack]"r"(kernel_stack_top), in arch_enter_uspace()

Completed in 4 milliseconds