Home
last modified time | relevance | path

Searched refs:Page (Results 1 – 25 of 138) sorted by relevance

123456

/linux-6.15/drivers/message/fusion/lsi/
H A Dmpi_history.txt243 * Port Page 2, FC Port Page 4, FC Port Page 5
303 * Page 3, IOC Page 3, IOC Page 4, RAID Volume Page 0, and
384 * Page 2.
390 * Page 1.
392 * Page 2.
396 * Volume Page 1, and RAID Physical Disk Page 1.
400 * Page 0.
418 * Page 0.
441 * Page 0.
445 * Page 1.
[all …]
/linux-6.15/rust/kernel/
H A Dpage.rs38 pub struct Page { struct
44 unsafe impl Send for Page {} argument
48 unsafe impl Sync for Page {} implementation
50 impl Page { impl
253 impl Drop for Page { implementation
/linux-6.15/Documentation/translations/zh_CN/mm/
H A Dpage_tables.rst93 - **pmd**, `pmd_t`, `pmdval_t` = **页中间目录(Page Middle Directory)**,
96 - **pud**, `pud_t`, `pudval_t` = **页上级目录(Page Upper Directory)**
100 - **p4d**, `p4d_t`, `p4dval_t` = **页四级目录(Page Level 4 Directory)**
105 - **pgd**, `pgd_t`, `pgdval_t` = **页全局目录(Page Global Directory)** -
H A Dpage_owner.rst114 Page allocated via order XXX, ...
118 Page allocated via order XXX, ...
132 Page allocated via order XXX, ...
/linux-6.15/Documentation/hid/
H A Dhidreport-parsing.rst34 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-6.15/Documentation/mm/
H A Darch_pgtable_helpers.rst4 Architecture Page Table Helpers
15 PTE Page Table Helpers
83 PMD Page Table Helpers
93 | pmd_trans_huge | Tests a Transparent Huge Page (THP) at PMD |
160 PUD Page Table Helpers
170 | pud_trans_huge | Tests a Transparent Huge Page (THP) at PUD |
215 HugeTLB Page Table Helpers
241 SWAP Page Table Helpers
H A Dpage_table_check.rst4 Page Table Check
10 Page table check allows to harden the kernel by ensuring that some types of
13 Page table check performs extra verifications at the time when new pages become
49 Enabling Page Table Check
H A Dpage_tables.rst4 Page Tables
13 Page tables map virtual addresses as seen by the CPU into physical addresses
87 - **pte**, `pte_t`, `pteval_t` = **Page Table Entry** - mentioned earlier.
102 - **pmd**, `pmd_t`, `pmdval_t` = **Page Middle Directory**, the hierarchy right
105 - **pud**, `pud_t`, `pudval_t` = **Page Upper Directory** was introduced after
109 - **p4d**, `p4d_t`, `p4dval_t` = **Page Level 4 Directory** was introduced to
116 - **pgd**, `pgd_t`, `pgdval_t` = **Page Global Directory** - the Linux kernel
143 Page Table Folding
151 Page table handling code that wishes to be architecture-neutral, such as the
157 MMU, TLB, and Page Faults
[all …]
H A Dpage_allocation.rst4 Page Allocation
H A Dpage_reclaim.rst4 Page Reclaim
H A Dpage_migration.rst2 Page migration
5 Page migration allows moving the physical location of pages between
17 Page migration allows a process to manually relocate the node on which its
23 Page migration functions are provided by the numactl package by Andi Kleen
52 Page migration allows the preservation of the relative location of pages
58 Page migration occurs in several steps. First a high level
H A Dpage_cache.rst4 Page Cache
/linux-6.15/Documentation/arch/loongarch/
H A Dintroduction.rst116 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
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
325 ``XUVRANGE`` ``0x0000000000000000 - Page-mapped, Cached, PLV0~3
[all …]
/linux-6.15/Documentation/devicetree/bindings/memory-controllers/
H A Dsamsung,exynos4210-srom-peripheral-props.yaml28 Tacp: Page mode access cycle at Page mode (0 - 15)
/linux-6.15/Documentation/admin-guide/mm/
H A Dpagemap.rst2 Examining Process Page Tables
196 Page table entries for shared pages are cleared when the pages are zapped or
245 - ``PAGE_IS_WPALLOWED`` - Page has async-write-protection enabled
246 - ``PAGE_IS_WRITTEN`` - Page has been written to from the time it was write protected
247 - ``PAGE_IS_FILE`` - Page is file backed
248 - ``PAGE_IS_PRESENT`` - Page is present in the memory
249 - ``PAGE_IS_SWAPPED`` - Page is in swapped
250 - ``PAGE_IS_PFNZERO`` - Page has zero PFN
251 - ``PAGE_IS_HUGE`` - Page is PMD-mapped THP or Hugetlb backed
252 - ``PAGE_IS_SOFT_DIRTY`` - Page is soft-dirty
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-iommu24 filter_page_table_en= "config1:4" - Enable Page Table Level filter
29 filter_page_table = "config2:32-36" - Page Table Level filter
/linux-6.15/Documentation/devicetree/bindings/dma/
H A Dnvidia,tegra210-adma.yaml104 - description: Channel Page address space range of DMA registers.
111 - description: Channel Page address space range of DMA registers.
112 - description: Global Page address space range of DMA registers.
/linux-6.15/Documentation/netlink/specs/
H A Dnetdev.yaml129 doc: Unique ID of a Page Pool instance.
147 doc: Id of NAPI using this Page Pool instance.
169 Seconds in CLOCK_BOOTTIME of when Page Pool was detached by
170 the driver. Once detached Page Pool can no longer be used to
172 Page Pools wait for all the memory allocated from them to be freed
173 before truly disappearing. "Detached" Page Pools cannot be
175 Attribute is absent if Page Pool has not been detached, and
197 Page pool statistics, see docs for struct page_pool_stats
202 doc: Page pool identifying information.
588 Get / dump information about Page Pools.
[all …]
/linux-6.15/Documentation/arch/xtensa/
H A Dmmu.rst78 | 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-6.15/arch/arc/
H A DKconfig128 -MMU-v3: Variable Page Sz (4k, 8k, 16k), bigger J-TLB (128x4)
226 bool "Per Page Cache Control"
234 Note that Global I/D ENABLE + Per Page DISABLE works but corollary
235 Global DISABLE + Per Page ENABLE won't work
274 Variable Page size (1k-16k), var JTLB size 128 x (2 or 4)
285 prompt "MMU Page Size"
305 prompt "MMU Super Page Size"
318 int "Number of Page table levels"
/linux-6.15/Documentation/arch/x86/
H A Dsgx.rst34 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-6.15/Documentation/translations/zh_CN/
H A Dglossary.rst37 * PTE: 页表项。(Page Table Entry)
/linux-6.15/Documentation/core-api/
H A Dmm-api.rst23 :doc: Page mobility and placement hints
55 File Mapping and Page Cache
/linux-6.15/Documentation/devicetree/bindings/iio/temperature/
H A Dadi,ltc2983.yaml131 See Page 59 of the datasheet.
257 See Page 62 of the datasheet.
345 See Page 65 of the datasheet.
358 See Page 68 of the datasheet.
428 See Page 67 of the LTM2985 datasheet.
/linux-6.15/arch/powerpc/boot/dts/fsl/
H A De6500_power_isa.dtsi54 power-isa-scpm; // Store Conditional Page Mobility
57 power-isa-e.pt; // Embedded.Page Table

123456