version 1.3, 2016/12/29 17:02:27
|
version 1.4, 2019/04/08 23:29:04
|
Line 22
|
Line 22
|
|
|
2. What files may be affected? |
2. What files may be affected? |
|
|
In most of the architectures the "sys/arch/<arch_name>/<arch_name>/machdep.c" |
In most of the architectures the `sys/arch/<arch_name>/<arch_name>/machdep.c` |
and "sys/arch/<arch_name>/<arch_name>/pmap.c" if they exist are usually |
and `sys/arch/<arch_name>/<arch_name>/pmap.c` if they exist are usually |
affected. |
affected. |
|
|
But this may not be a exhaustive list. Any other files that deals with pmap and |
But this may not be a exhaustive list. Any other files that deals with pmap and |
Line 40
|
Line 40
|
|
|
An array based implementation is also provided, for backwards |
An array based implementation is also provided, for backwards |
compatibility. This is the default implementation and does not provide |
compatibility. This is the default implementation and does not provide |
hot pluggability. It is also used without 'options UVM_HOTPLUG' |
hot pluggability. It is also used without `options UVM_HOTPLUG` |
However the API itself is implementation agnostic. |
However the API itself is implementation agnostic. |
|
|
4. Why is it needed? |
4. Why is it needed? |
Line 62
|
Line 62
|
|
|
An example of [[!template id=man name=uvm_hotplug section=9]] api's |
An example of [[!template id=man name=uvm_hotplug section=9]] api's |
application can be found in |
application can be found in |
[[!template id=man name=balloon section=4]]. |
|
|
|
|
[[!template id=man name=balloon section=4]]. |