summaryrefslogtreecommitdiffstats
path: root/spec/rtems/cache/if/group.yml
blob: d92a16e7980f6ee4da1f399f73b4ef1d520facc4 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  The Cache Manager provides functions to perform maintenance operations for
  data and instruction caches.
copyrights:
- Copyright (C) 2014, 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2000, 2008 On-Line Applications Research Corporation (OAR)
description: |
  The actual actions of the Cache Manager operations depend on the hardware and
  the implementation provided by the CPU architecture port or a board support
  package.  Cache implementations tend to be highly hardware dependent.
enabled-by: true
identifier: RTEMSAPIClassicCache
index-entries: []
interface-type: group
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: ../../if/group
- role: placement-order
  uid: flush-multiple-data-lines
- role: placement-order
  uid: invalidate-multiple-data-lines
- role: placement-order
  uid: invalidate-multiple-instruction-lines
- role: placement-order
  uid: instruction-sync-after-code-change
- role: placement-order
  uid: get-maximal-line-size
- role: placement-order
  uid: get-data-line-size
- role: placement-order
  uid: get-instruction-line-size
- role: placement-order
  uid: get-data-size
- role: placement-order
  uid: get-instruction-size
- role: placement-order
  uid: flush-entire-data
- role: placement-order
  uid: invalidate-entire-data
- role: placement-order
  uid: invalidate-entire-instruction
- role: placement-order
  uid: enable-data
- role: placement-order
  uid: disable-data
- role: placement-order
  uid: enable-instruction
- role: placement-order
  uid: disable-instruction
- role: placement-order
  uid: aligned-malloc
name: Cache Manager
text: |
  The Classic API shall provide an interface to the Cache Manager.
type: interface