Home
last modified time | relevance | path

Searched refs:rbs_bot (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/ia64/include/asm/
Dprocessor.h277 __u64 rbs_bot; /* the base address for the RBS */ member
289 .rbs_bot = STACK_TOP - DEFAULT_USER_STACK_SIZE, \
302 regs->ar_bspstore = current->thread.rbs_bot; \
/linux-5.19.10/arch/ia64/mm/
Dinit.c86 current->thread.rbs_bot = PAGE_ALIGN(current->mm->start_stack - stack_size); in ia64_set_rbs_bot()
110 vma->vm_start = current->thread.rbs_bot & PAGE_MASK; in ia64_init_addr_space()