Searched refs:CPU_STACK_ALIGN (Results 1 – 3 of 3) sorted by relevance
112 rsp &= ~(CPU_STACK_ALIGN - 1UL); in init_primary_pcpu()
51 stack_sym_addr &= ~(CPU_STACK_ALIGN - 1UL); in write_trampoline_stack_sym()
46 #define CPU_STACK_ALIGN 16UL macro575 uint64_t rsp = (uint64_t)stack_ptr & ~(CPU_STACK_ALIGN - 1UL); in cpu_sp_write()
Completed in 6 milliseconds