Home
last modified time | relevance | path

Searched refs:get_stack_limits (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/arch/arm/include/kernel/
A Dthread.h593 bool get_stack_limits(vaddr_t *start, vaddr_t *end, bool hard);
598 return get_stack_limits(start, end, false); in get_stack_soft_limits()
604 return get_stack_limits(start, end, true); in get_stack_hard_limits()
/optee_os/out/arm/core/
A Dtext_init.ld.S42 *(.text.get_stack_limits)
A Dtext_unpaged.ld.S42 *(.text.get_stack_limits)
A Dtee.symb_sizes449 000000000e105230 00000000000000e0 T get_stack_limits
A Dtee.dmp2347 000000000e105230 g F .text 00000000000000e0 get_stack_limits
7875 000000000e105230 <get_stack_limits>:
7876 get_stack_limits():
7897 e105264: 36000241 tbz w1, #0, e1052ac <get_stack_limits+0x7c>
7922 e1052ac: 36080141 tbz w1, #1, e1052d4 <get_stack_limits+0xa4>
7933 e1052d0: 17ffffee b e105288 <get_stack_limits+0x58>
7935 e1052d4: 350001a1 cbnz w1, e105308 <get_stack_limits+0xd8>
7940 e1052e0: 54000148 b.hi e105308 <get_stack_limits+0xd8> // b.pmore
7951 e105304: 17ffffe2 b e10528c <get_stack_limits+0x5c>
7954 e10530c: 17ffffe1 b e105290 <get_stack_limits+0x60>
[all …]
A Dtee.map20834 .text.get_stack_limits
20836 0x000000000e105230 get_stack_limits
/optee_os/core/arch/arm/kernel/
A Dthread.c765 bool get_stack_limits(vaddr_t *start, vaddr_t *end, bool hard) in get_stack_limits() function

Completed in 210 milliseconds