Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/include/asm/
Dprocessor.h284 __u64 rbs_bot; /* the base address for the RBS */ member
305 .rbs_bot = STACK_TOP - DEFAULT_USER_STACK_SIZE, \
320 regs->ar_bspstore = current->thread.rbs_bot; \
/linux-3.4.99/arch/ia64/mm/
Dinit.c95 current->thread.rbs_bot = PAGE_ALIGN(current->mm->start_stack - stack_size); in ia64_set_rbs_bot()
120 vma->vm_start = current->thread.rbs_bot & PAGE_MASK; in ia64_init_addr_space()