summaryrefslogtreecommitdiffstats
path: root/spec/rtems/cache
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/cache')
-rw-r--r--spec/rtems/cache/if/aligned-malloc.yml1
-rw-r--r--spec/rtems/cache/if/coherent-add-area.yml1
-rw-r--r--spec/rtems/cache/if/coherent-allocate.yml1
-rw-r--r--spec/rtems/cache/if/coherent-free.yml1
-rw-r--r--spec/rtems/cache/if/disable-data.yml1
-rw-r--r--spec/rtems/cache/if/disable-instruction.yml1
-rw-r--r--spec/rtems/cache/if/enable-data.yml1
-rw-r--r--spec/rtems/cache/if/enable-instruction.yml1
-rw-r--r--spec/rtems/cache/if/flush-entire-data.yml1
-rw-r--r--spec/rtems/cache/if/flush-multiple-data-lines.yml1
-rw-r--r--spec/rtems/cache/if/freeze-data.yml1
-rw-r--r--spec/rtems/cache/if/freeze-instruction.yml1
-rw-r--r--spec/rtems/cache/if/get-data-line-size.yml1
-rw-r--r--spec/rtems/cache/if/get-data-size.yml1
-rw-r--r--spec/rtems/cache/if/get-instruction-line-size.yml1
-rw-r--r--spec/rtems/cache/if/get-instruction-size.yml1
-rw-r--r--spec/rtems/cache/if/get-maximal-line-size.yml1
-rw-r--r--spec/rtems/cache/if/instruction-sync-after-code-change.yml1
-rw-r--r--spec/rtems/cache/if/invalidate-entire-data.yml1
-rw-r--r--spec/rtems/cache/if/invalidate-entire-instruction.yml1
-rw-r--r--spec/rtems/cache/if/invalidate-multiple-data-lines.yml1
-rw-r--r--spec/rtems/cache/if/invalidate-multiple-instruction-lines.yml1
-rw-r--r--spec/rtems/cache/if/unfreeze-data.yml1
-rw-r--r--spec/rtems/cache/if/unfreeze-instruction.yml1
24 files changed, 24 insertions, 0 deletions
diff --git a/spec/rtems/cache/if/aligned-malloc.yml b/spec/rtems/cache/if/aligned-malloc.yml
index d8adca00..be0b0a9a 100644
--- a/spec/rtems/cache/if/aligned-malloc.yml
+++ b/spec/rtems/cache/if/aligned-malloc.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${/c/if/size_t:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/cache/if/coherent-add-area.yml b/spec/rtems/cache/if/coherent-add-area.yml
index 9ab5aff1..614f1a88 100644
--- a/spec/rtems/cache/if/coherent-add-area.yml
+++ b/spec/rtems/cache/if/coherent-add-area.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- void *${.:/params[0]/name}
diff --git a/spec/rtems/cache/if/coherent-allocate.yml b/spec/rtems/cache/if/coherent-allocate.yml
index 88c7622a..303738a5 100644
--- a/spec/rtems/cache/if/coherent-allocate.yml
+++ b/spec/rtems/cache/if/coherent-allocate.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${/c/if/size_t:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/cache/if/coherent-free.yml b/spec/rtems/cache/if/coherent-free.yml
index 5c1bfa17..dbc01469 100644
--- a/spec/rtems/cache/if/coherent-free.yml
+++ b/spec/rtems/cache/if/coherent-free.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- void *${.:/params[0]/name}
diff --git a/spec/rtems/cache/if/disable-data.yml b/spec/rtems/cache/if/disable-data.yml
index 0d3597bd..6fb44cfb 100644
--- a/spec/rtems/cache/if/disable-data.yml
+++ b/spec/rtems/cache/if/disable-data.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params: []
return: void
diff --git a/spec/rtems/cache/if/disable-instruction.yml b/spec/rtems/cache/if/disable-instruction.yml
index b13a9d4b..4ef329de 100644
--- a/spec/rtems/cache/if/disable-instruction.yml
+++ b/spec/rtems/cache/if/disable-instruction.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params: []
return: void
diff --git a/spec/rtems/cache/if/enable-data.yml b/spec/rtems/cache/if/enable-data.yml
index dce0ad28..3f50f7a5 100644
--- a/spec/rtems/cache/if/enable-data.yml
+++ b/spec/rtems/cache/if/enable-data.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params: []
return: void
diff --git a/spec/rtems/cache/if/enable-instruction.yml b/spec/rtems/cache/if/enable-instruction.yml
index 86f34fbb..31b5e297 100644
--- a/spec/rtems/cache/if/enable-instruction.yml
+++ b/spec/rtems/cache/if/enable-instruction.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params: []
return: void
diff --git a/spec/rtems/cache/if/flush-entire-data.yml b/spec/rtems/cache/if/flush-entire-data.yml
index ac0650cd..659fa947 100644
--- a/spec/rtems/cache/if/flush-entire-data.yml
+++ b/spec/rtems/cache/if/flush-entire-data.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params: []
return: void
diff --git a/spec/rtems/cache/if/flush-multiple-data-lines.yml b/spec/rtems/cache/if/flush-multiple-data-lines.yml
index 10def334..fc153fc8 100644
--- a/spec/rtems/cache/if/flush-multiple-data-lines.yml
+++ b/spec/rtems/cache/if/flush-multiple-data-lines.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- const void *${.:/params[0]/name}
diff --git a/spec/rtems/cache/if/freeze-data.yml b/spec/rtems/cache/if/freeze-data.yml
index b7b46718..9cec123d 100644
--- a/spec/rtems/cache/if/freeze-data.yml
+++ b/spec/rtems/cache/if/freeze-data.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params: []
return: void
diff --git a/spec/rtems/cache/if/freeze-instruction.yml b/spec/rtems/cache/if/freeze-instruction.yml
index 6a0a379a..a3e494b4 100644
--- a/spec/rtems/cache/if/freeze-instruction.yml
+++ b/spec/rtems/cache/if/freeze-instruction.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params: []
return: void
diff --git a/spec/rtems/cache/if/get-data-line-size.yml b/spec/rtems/cache/if/get-data-line-size.yml
index 308a71eb..b0d2b1c2 100644
--- a/spec/rtems/cache/if/get-data-line-size.yml
+++ b/spec/rtems/cache/if/get-data-line-size.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params: []
return: ${/c/if/size_t:/name}
diff --git a/spec/rtems/cache/if/get-data-size.yml b/spec/rtems/cache/if/get-data-size.yml
index 624302c9..f64b1318 100644
--- a/spec/rtems/cache/if/get-data-size.yml
+++ b/spec/rtems/cache/if/get-data-size.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${/c/if/uint32_t:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/cache/if/get-instruction-line-size.yml b/spec/rtems/cache/if/get-instruction-line-size.yml
index b6531f09..0d0d28b9 100644
--- a/spec/rtems/cache/if/get-instruction-line-size.yml
+++ b/spec/rtems/cache/if/get-instruction-line-size.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params: []
return: ${/c/if/size_t:/name}
diff --git a/spec/rtems/cache/if/get-instruction-size.yml b/spec/rtems/cache/if/get-instruction-size.yml
index d1996d71..cc4620f2 100644
--- a/spec/rtems/cache/if/get-instruction-size.yml
+++ b/spec/rtems/cache/if/get-instruction-size.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${/c/if/uint32_t:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/cache/if/get-maximal-line-size.yml b/spec/rtems/cache/if/get-maximal-line-size.yml
index 5e6af80c..f164dbe0 100644
--- a/spec/rtems/cache/if/get-maximal-line-size.yml
+++ b/spec/rtems/cache/if/get-maximal-line-size.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params: []
return: ${/c/if/size_t:/name}
diff --git a/spec/rtems/cache/if/instruction-sync-after-code-change.yml b/spec/rtems/cache/if/instruction-sync-after-code-change.yml
index 524cc4e7..1a2c0953 100644
--- a/spec/rtems/cache/if/instruction-sync-after-code-change.yml
+++ b/spec/rtems/cache/if/instruction-sync-after-code-change.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- const void *${.:/params[0]/name}
diff --git a/spec/rtems/cache/if/invalidate-entire-data.yml b/spec/rtems/cache/if/invalidate-entire-data.yml
index 6b5ef3ce..ac71cf38 100644
--- a/spec/rtems/cache/if/invalidate-entire-data.yml
+++ b/spec/rtems/cache/if/invalidate-entire-data.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params: []
return: void
diff --git a/spec/rtems/cache/if/invalidate-entire-instruction.yml b/spec/rtems/cache/if/invalidate-entire-instruction.yml
index e4883870..3f33495d 100644
--- a/spec/rtems/cache/if/invalidate-entire-instruction.yml
+++ b/spec/rtems/cache/if/invalidate-entire-instruction.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params: []
return: void
diff --git a/spec/rtems/cache/if/invalidate-multiple-data-lines.yml b/spec/rtems/cache/if/invalidate-multiple-data-lines.yml
index 3240a9c1..18877f27 100644
--- a/spec/rtems/cache/if/invalidate-multiple-data-lines.yml
+++ b/spec/rtems/cache/if/invalidate-multiple-data-lines.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- const void *${.:/params[0]/name}
diff --git a/spec/rtems/cache/if/invalidate-multiple-instruction-lines.yml b/spec/rtems/cache/if/invalidate-multiple-instruction-lines.yml
index 52cc39c6..499c2d53 100644
--- a/spec/rtems/cache/if/invalidate-multiple-instruction-lines.yml
+++ b/spec/rtems/cache/if/invalidate-multiple-instruction-lines.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- const void *${.:/params[0]/name}
diff --git a/spec/rtems/cache/if/unfreeze-data.yml b/spec/rtems/cache/if/unfreeze-data.yml
index 80a001ae..2949a8f5 100644
--- a/spec/rtems/cache/if/unfreeze-data.yml
+++ b/spec/rtems/cache/if/unfreeze-data.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params: []
return: void
diff --git a/spec/rtems/cache/if/unfreeze-instruction.yml b/spec/rtems/cache/if/unfreeze-instruction.yml
index 8effcc63..99d97057 100644
--- a/spec/rtems/cache/if/unfreeze-instruction.yml
+++ b/spec/rtems/cache/if/unfreeze-instruction.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params: []
return: void