| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r8a779g3-sparrow-hawk.dts | 69 /* Page 31 / FAN */ 96 * Page 15 / LPDDR5 132 /* Page 27 / DSI to Display */ 145 /* Page 26 / PCIe.0/1 CLK */ 179 /* Page 27 / DSI to Display */ 186 /* Page 30 / Audio_Codec */ 192 /* Page 17 uSD-Slot */ 243 /* Page 22 / Ether_AVB0 */ 270 /* Page 28 / CANFD_IF */ 275 /* Page 28 / CANFD_IF */ [all …]
|
| H A D | r8a779g3-sparrow-hawk-fan-argon40.dtso | 39 /* Page 31 / IO_CN */
|
| /linux/drivers/message/fusion/lsi/ |
| H A D | mpi_history.txt | 169 * 02-22-05 01.05.07 Added Host Page Buffer Persistent flag to IOC Facts 242 * Added Manufacturing pages, IO Unit Page 2, SCSI SPI 243 * Port Page 2, FC Port Page 4, FC Port Page 5 249 * Io Unit Page 2 size is fixed at 4 adapters and some 251 * SCSI Port Page 2 Device Settings modified. 252 * New fields added to FC Port Page 0 and some flags 254 * Removed impedance flash from FC Port Page 1. 262 * Added definitions and structures for IOC Page 2 and 263 * RAID Volume Page 2. 273 * Added IO Unit Page 3. [all …]
|
| /linux/Documentation/hid/ |
| H A D | hidreport-parsing.rst | 34 function is ``Usage Page``, thus for parsing the value 0x01 in the second byte 38 the HUT. We have a ``Usage Page``, thus we need to refer to HUT 40 ``Generic Desktop Page``. 46 we have a ``Usage``. From HUT, Sec. 4, "Generic Desktop Page", we see that
|
| /linux/Documentation/mm/ |
| H A D | arch_pgtable_helpers.rst | 4 Architecture Page Table Helpers 15 PTE Page Table Helpers 79 PMD Page Table Helpers 89 | pmd_trans_huge | Tests a Transparent Huge Page (THP) at PMD | 152 PUD Page Table Helpers 162 | pud_trans_huge | Tests a Transparent Huge Page (THP) at PUD | 203 HugeTLB Page Table Helpers 229 SWAP Page Table Helpers
|
| H A D | page_reclaim.rst | 4 Page Reclaim
|
| H A D | page_allocation.rst | 4 Page Allocation
|
| H A D | page_cache.rst | 4 Page Cache
|
| /linux/Documentation/arch/loongarch/ |
| H A D | introduction.rst | 116 0x19 Page Global Directory Address for PGDL 118 0x1A Page Global Directory Address for PGDH 120 0x1B Page Global Directory Address PGD 121 0x1C Page Walk Control for Lower- PWCL 123 0x1D Page Walk Control for Higher- PWCH 125 0x1E STLB Page Size STLBPS 300 Page-mapped virtual memory has arbitrary relationship between VA and PA, which 302 MTLB (Multiple Page Size TLB) and set-associative STLB (Single Page Size TLB). 309 ``UVRANGE`` ``0x00000000 - 0x7FFFFFFF`` Page-mapped, Cached, PLV0~3 312 ``KVRANGE`` ``0xC0000000 - 0xFFFFFFFF`` Page-mapped, Cached, PLV0 [all …]
|
| /linux/drivers/android/binder/ |
| H A D | page_range.rs | 30 page::{Page, PAGE_SHIFT, PAGE_SIZE}, 201 page: Option<Page>, 209 unsafe fn set_page(me: *mut PageInfo, page: Page) { in set_page() argument 227 unsafe fn get_page<'a>(me: *const PageInfo) -> Option<&'a Page> { in get_page() argument 238 unsafe fn take_page(me: *mut PageInfo) -> Option<Page> { in take_page() argument 402 let new_page = Page::alloc_page(GFP_KERNEL | __GFP_HIGHMEM | __GFP_ZERO)?; in use_page_slow() 505 T: FnMut(&Page, usize, usize) -> Result, in iterate() argument
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | pagemap.rst | 2 Examining Process Page Tables 197 Page table entries for shared pages are cleared when the pages are zapped or 246 - ``PAGE_IS_WPALLOWED`` - Page has async-write-protection enabled 247 - ``PAGE_IS_WRITTEN`` - Page has been written to from the time it was write protected 248 - ``PAGE_IS_FILE`` - Page is file backed 249 - ``PAGE_IS_PRESENT`` - Page is present in the memory 250 - ``PAGE_IS_SWAPPED`` - Page is in swapped 251 - ``PAGE_IS_PFNZERO`` - Page has zero PFN 252 - ``PAGE_IS_HUGE`` - Page is PMD-mapped THP or Hugetlb backed 253 - ``PAGE_IS_SOFT_DIRTY`` - Page is soft-dirty [all …]
|
| /linux/Documentation/driver-api/cxl/allocation/ |
| H A D | hugepages.rst | 28 CXL capacity onlined in :code:`ZONE_NORMAL` is eligible for 1GB Gigantic Page 32 Page allocation.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-event_source-devices-iommu | 24 filter_page_table_en= "config1:4" - Enable Page Table Level filter 29 filter_page_table = "config2:32-36" - Page Table Level filter
|
| H A D | sysfs-kernel-mm-numa | 11 Page migration during reclaim is intended for systems
|
| /linux/Documentation/arch/xtensa/ |
| H A D | mmu.rst | 78 | Page table | XCHAL_PAGE_TABLE_VADDR 0x80000000 XCHAL_PAGE_TABLE_SIZE 121 | Page table | XCHAL_PAGE_TABLE_VADDR 0x80000000 XCHAL_PAGE_TABLE_SIZE 165 | Page table | XCHAL_PAGE_TABLE_VADDR 0x80000000 XCHAL_PAGE_TABLE_SIZE
|
| /linux/Documentation/arch/x86/ |
| H A D | sgx.rst | 34 Enclave Page Cache 37 SGX utilizes an *Enclave Page Cache (EPC)* to store pages that are associated 48 Enclave Page Types 66 Enclave Page Cache Map 70 *Enclave Page Cache Map (EPCM)*. The EPCM contains an entry for each EPC page 160 Page reclaimer 278 1. Page removal will always fail when any thread is running in the 284 2. Page removal will cause a general protection fault if two calls to
|
| /linux/rust/kernel/mm/ |
| H A D | virt.rs | 21 page::Page, 192 pub fn vm_insert_page(&self, address: usize, page: &Page) -> Result { 194 // `VM_MIXEDMAP` is set. By invariant on `Page` the page has order 0. in vm_insert_page() 420 /// Page-ranges managed without `struct page`, just pure PFN. 441 /// Huge TLB Page VM.
|
| /linux/Documentation/driver-api/ |
| H A D | generic_pt.rst | 4 Generic Radix Page Table 8 :doc: Generic Radix Page Table 11 :doc: Generic Page Table Language
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | e6500_power_isa.dtsi | 54 power-isa-scpm; // Store Conditional Page Mobility 57 power-isa-e.pt; // Embedded.Page Table
|
| /linux/Documentation/w1/slaves/ |
| H A D | w1_ds2438.rst | 41 This file provides full 8 bytes of the chip Page 0 (00h). 49 This file provides full 8 bytes of the chip Page 1 (01h).
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.ips | 21 4.80.21 - Change memcpy() to copy_to_user() in NVRAM Page 5 IOCTL path 54 - Use Slot Number from NVRAM Page 5
|
| /linux/Documentation/arch/parisc/ |
| H A D | registers.rst | 29 CR24 (TR 0) Kernel Space Page Directory Pointer 30 CR25 (TR 1) User Space Page Directory Pointer
|
| /linux/Documentation/networking/ |
| H A D | page_pool.rst | 4 Page Pool API 132 /* Page pool registration */
|
| /linux/Documentation/userspace-api/media/ |
| H A D | fdl-appendix.rst | 114 The "Title Page" means, for a printed book, the title page itself, plus 117 do not have any title page as such, "Title Page" means the text near the 201 Use in the :ref:`Title Page <fdl-title-page>` (and on the covers, 209 List on the :ref:`Title Page <fdl-title-page>`, as authors, one or 217 State on the :ref:`Title Page <fdl-title-page>` the name of the 248 :ref:`Title Page <fdl-title-page>`. If there is no section entitled 251 its Title Page, then add an item describing the Modified Version as
|
| /linux/Documentation/gpu/rfc/ |
| H A D | i915_vm_bind.rst | 130 table races. Page fault mode should not need to ever manipulate the vm lists, 218 Page level hints settings 224 Page level Cache/CLOS settings 231 mapped objects. Page table pages are similar to persistent mappings of a
|