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
1b779c8c
Commit
1b779c8c
authored
Jun 25, 2019
by
John Tsichritzis
Committed by
TrustedFirmware Code Review
Jun 25, 2019
Browse files
Merge "doc: Fix typo in file interrupt-framework-design.rst" into integration
parents
e9e74aa4
36a5acfd
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/design/interrupt-framework-design.rst
View file @
1b779c8c
...
...
@@ -381,8 +381,8 @@ in the ``cpu_context`` is used by the ``el3_exit()`` function to program the
uint32_t value);
``cm_get_scr_el3()`` returns the value of the ``SCR_EL3`` register for the specified
security state of the current CPU. ``cm_write_scr_el3()`` writes a ``0`` or ``1``
to
the bit specified by ``bit_pos``. ``register_interrupt_type_handler()`` invokes
security state of the current CPU. ``cm_write_scr_el3
_bit
()`` writes a ``0`` or ``1``
to
the bit specified by ``bit_pos``. ``register_interrupt_type_handler()`` invokes
``set_routing_model()`` API which programs the ``SCR_EL3`` according to the routing
model using the ``cm_get_scr_el3()`` and ``cm_write_scr_el3_bit()`` APIs.
...
...
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