| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r8a779g3-sparrow-hawk.dts | 69 /* Page 31 / FAN */ 96 * Page 15 / LPDDR5 121 /* Page 27 / DSI to Display */ 134 /* Page 26 / PCIe.0/1 CLK */ 168 /* Page 27 / DSI to Display */ 175 /* Page 30 / Audio_Codec */ 181 /* Page 17 uSD-Slot */ 232 /* Page 22 / Ether_AVB0 */ 259 /* Page 28 / CANFD_IF */ 264 /* 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/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/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/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 | 28 page::{Page, PAGE_SHIFT, PAGE_SIZE}, 199 page: Option<Page>, 207 unsafe fn set_page(me: *mut PageInfo, page: Page) { in set_page() argument 225 unsafe fn get_page<'a>(me: *const PageInfo) -> Option<&'a Page> { in get_page() argument 236 unsafe fn take_page(me: *mut PageInfo) -> Option<Page> { in take_page() argument 400 let new_page = Page::alloc_page(GFP_KERNEL | __GFP_HIGHMEM | __GFP_ZERO)?; in use_page_slow() 503 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/drivers/iommu/generic_pt/ |
| H A D | Kconfig | 4 bool "Generic Radix Page Table" if COMPILE_TEST 22 tristate "IOMMU Page Tables" 66 tristate "IOMMU Page Table KUnit Test" if !KUNIT_ALL_TESTS
|
| /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
|
| /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, 194 pub fn vm_insert_page(&self, address: usize, page: &Page) -> Result { in vm_insert_page()
|
| /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/admin-guide/cgroup-v1/ |
| H A D | memcg_test.rst | 96 5. Page Cache 99 Page Cache is charged at 108 6. Shmem(tmpfs) Page Cache 129 7. Page Migration
|
| /linux/include/linux/ |
| H A D | page-flags.h | 451 static __always_inline int Page##uname(const struct page *page) \ 523 static inline int Page##uname(const struct page *page) { return 0; } 980 static __always_inline int Page##uname(const struct page *page) \ 986 if (Page##uname(page)) \ 995 VM_BUG_ON_PAGE(!Page##uname(page), page); \
|
| /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 */
|