summaryrefslogtreecommitdiffstats
path: root/spec/rtems/cache/if/invalidate-multiple-instruction-lines.yml
blob: 724ed031d2075e962afc7b1c157a5ff138e55815 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Invalidates the instruction cache lines covering the memory area.
copyrights:
- Copyright (C) 2014, 2021 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default:
    attributes: null
    body: null
    params:
    - const void *${.:/params[0]/name}
    - ${/c/if/size_t:/name} ${.:/params[1]/name}
    return: void
  variants: []
description: |
  The cache lines covering the area are marked as invalid.  A later
  instruction fetch from the area will result in a load from memory.
enabled-by: true
index-entries: []
interface-type: function
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
- role: constraint
  uid: /constraint/directive-ctx-any
- role: constraint
  uid: /constraint/directive-no-preempt
name: rtems_cache_invalidate_multiple_instruction_lines
notes: |
  In SMP configurations, on processors without instruction cache snooping, this
  operation will invalidate the instruction cache lines on all processors.
params:
- description: |
    is the begin address of the memory area to invalidate.
  dir: null
  name: begin
- description: |
    is the size in bytes of the memory area to invalidate.
  dir: null
  name: size
return: null
type: interface