Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/ext/arch/arm/
A Dmcount_a64.S14 .macro adjust_pc rd, rn macro
46 adjust_pc x0, x0
47 adjust_pc x1, x30
/optee_os-3.20.0/lib/libutee/arch/arm/gprof/
A Dgprof.c121 static unsigned long __noprof adjust_pc(unsigned long pc) in adjust_pc() function
138 lowpc = adjust_pc((unsigned long)__text_start); in __utee_gprof_init()
139 highpc = adjust_pc((unsigned long)__text_end); in __utee_gprof_init()
348 frompc = adjust_pc(frompc); in __mcount_internal()
349 selfpc = adjust_pc(selfpc); in __mcount_internal()

Completed in 3 milliseconds