Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
0980b8ae
Commit
0980b8ae
authored
Sep 19, 2016
by
danh-arm
Committed by
GitHub
Sep 19, 2016
Browse files
Merge pull request #705 from dp-arm/dp/pmf-macro-rename
Rename `pmf_calc_timestamp_offset` to `pmf_calc_timestamp_addr`
parents
10e3f883
d2e201b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/lib/pmf/pmf_asm_macros.S
View file @
0980b8ae
...
@@ -34,12 +34,11 @@
...
@@ -34,12 +34,11 @@
#define PMF_TS_SIZE 8
#define PMF_TS_SIZE 8
/
*
/
*
*
This
macro
calculates
the
offset
into
the
memory
*
This
macro
calculates
the
address
of
the
per
-
cpu
timestamp
*
region
where
the
per
-
cpu
timestamp
value
is
stored
*
for
the
given
service
name
and
local
timestamp
id
.
*
for
the
given
service
name
and
timestamp
id
.
*
Clobbers
:
x0
-
x9
*
Clobbers
:
x0
-
x9
*/
*/
.
macro
pmf_calc_timestamp_
offset
_name
_tid
.
macro
pmf_calc_timestamp_
addr
_name
_tid
mov
x9
,
x30
mov
x9
,
x30
bl
plat_my_core_pos
bl
plat_my_core_pos
mov
x30
,
x9
mov
x30
,
x9
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment