Searched refs:content (Results 1 – 25 of 34) sorted by relevance
12
/doc/static/ |
A D | acrn-custom.css | 4 .wy-nav-content { 59 .rst-content tt.literal, .rst-content code.literal, .highlight { 62 .rst-content tt.literal, .rst-content code.literal { 94 content: ": "; 134 .rst-content dl.group>dt { 137 .rst-content dl.group { 140 .rst-content dl.group>dd { 154 .rst-content dt > span.pre { 297 content: counter(step-count); 312 .rst-content .toctree-l1 > a { [all …]
|
/doc/ |
A D | Makefile | 40 .PHONY: help Makefile copy-to-sourcedir doxy content html singlehtml clean publish 54 content: target 63 html: content doxy 64 @echo making HTML content 69 singlehtml: content doxy
|
A D | index.rst | 12 using raw html. There's a risk of broken links if referenced content is
|
/doc/scripts/ |
A D | extract_content.py | 59 content = f.readlines() 61 content = [x.strip() for x in content] 64 for l in content:
|
A D | publish-README.md | 3 Content changes are not made directly in this repo. Instead, edit content 5 Sphinx (make html), and push the updated content here for publishing
|
A D | publish-redirect.sh | 19 <meta http-equiv="refresh" content="0; URL=$2">
|
/doc/reference/ |
A D | hardware.rst | 34 https://ark.intel.com/content/www/us/en/ark/products/205594/intel-nuc-11-pro-kit-nuc11tnhi5.html 37 https://www.intel.com/content/www/us/en/products/boards-kits/nuc/kits/nuc6cayh.html 40 https://www.intel.com/content/www/us/en/products/boards-kits/nuc/kits/NUC7i5BNH.html 43 https://www.intel.com/content/www/us/en/products/boards-kits/nuc/kits/NUC7i7BNH.html 46 https://ark.intel.com/content/www/us/en/ark/products/122488/intel-nuc-kit-nuc7i5dnhe.html 49 https://ark.intel.com/content/www/us/en/ark/products/130393/intel-nuc-kit-nuc7i7dnhe.html
|
/doc/extensions/ |
A D | html_redirects.py | 70 content = REDIRECT_TEMPLATE.replace("$NEWURL", new_url) 74 rp.write(content)
|
A D | link_roles.py | 51 def role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument
|
/doc/developer-guides/ |
A D | doc_guidelines.rst | 6 Project ACRN content is written using the `reStructuredText`_ markup 9 view this content either in its raw form as ``.rst`` markup files, or (with 11 (on Linux systems) to generate the HTML content. The HTML content can then be 12 viewed using a web browser. This same ``.rst`` content is also fed into the 139 this reST content: 354 Note the leading underscore indicating an inbound link. The content 435 first line of the code-block body, and the body content is indented three 470 paragraph with a double colon (``::``) and indent the code block content 473 .. note:: The highlighting package makes a best guess at the type of content 621 content for that tab is displayed. For example:: [all …]
|
A D | trusty.rst | 51 :content-only: 131 :content-only:
|
A D | l1tf.rst | 12 …https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/ad… 137 …https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/te… 187 into un-cached memory. As the content will never go to L1D, it is immune to
|
A D | graphviz.rst | 42 in the content block for the directive. For example, for a simple directed
|
/doc/tutorials/ |
A D | docbuild.rst | 18 Project ACRN content is written using the reStructuredText markup 21 view this content either in its raw form as .rst markup files, or you 22 can generate the HTML content and view it with a web browser directly on 229 collect and generate the HTML content. When done, you can view the HTML 245 After the HTML content is generated, it leaves artifacts behind that you can 249 folder. This process automatically makes a few passes over the content to create the index 261 generate the HTML content and then make the PDF file in one step: 295 This uses git commands to synchronize the new content with what's 298 the newly-generated HTML content are added to the GitHub pages
|
A D | using_serial_port.rst | 10 `TGL Intel NUC <https://ark.intel.com/content/www/us/en/ark/products/205594/intel-nuc-11-pro-kit-nu… 23 <https://ark.intel.com/content/www/us/en/ark/products/205594/intel-nuc-11-pro-kit-nuc11tnhi5.html>`_
|
A D | realtime_performance_tuning.rst | 111 <http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-optimiz…
|
A D | using_windows_as_user_vm.rst | 83 …all script, a **/home/acrn/work/install_win.sh** file should be created with the following content.
|
/doc/developer-guides/hld/ |
A D | hld-security.rst | 327 security practice, any memory content from a guest VM memory space must 569 entire platform. The hypervisor must prevent any memory content (e.g., 571 content may contain platform secrets such as SEEDs, which are used as 577 Memory content from one guest VM might be leaked to another guest VM. 579 crashes, its memory content should be scrubbed either by the hypervisor 580 or the Service VM Device Model process, in case its memory content is 694 the same memory content (or some overlaps) for this new User VM. 717 launched to dump the memory content for debugging analysis. In a warm 718 reboot, the memory content must be preserved after a virtual power 722 power cycle, the same memory content won't be re-allocated to another [all …]
|
A D | hv-interrupt.rst | 385 :content-only: 395 :content-only: 405 :content-only: 416 :content-only:
|
A D | hv-virt-interrupt.rst | 59 :content-only: 224 …d IA-32 Architectures Software Developer's Manual <https://www.intel.com/content/www/us/en/develop…
|
A D | usb-virt-hld.rst | 132 .. note:: Reference the Doxygen-generated API content.
|
A D | hld-splitlock.rst | 35 …nual (SDM), Volume 3, (Section 8.1.2 Bus Locking) <https://www.intel.com/content/www/us/en/develop…
|
A D | hv-rdt.rst | 14 …Resource Director Technology Allocation Features) <https://www.intel.com/content/www/us/en/develop…
|
A D | hv-memmgt.rst | 367 :content-only: 373 :content-only:
|
/doc/custom-doxygen/ |
A D | standard-doxygen.css | 231 content:"\000A"; 1392 content: ""; 1406 content: " "; 1525 #doc-content
|
Completed in 67 milliseconds
12