Home
last modified time | relevance | path

Searched refs:MM (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.15/arch/sparc/include/asm/
H A Dpgalloc_64.h24 #define p4d_populate(MM, P4D, PUD) __p4d_populate(P4D, PUD) argument
41 #define pud_populate(MM, PUD, PMD) __pud_populate(PUD, PMD) argument
72 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(MM, PMD, PTE) argument
73 #define pmd_populate(MM, PMD, PTE) pmd_set(MM, PMD, PTE) argument
H A Dpgalloc_32.h36 #define pud_populate(MM, PGD, PMD) pud_set(PGD, PMD) argument
/linux-6.15/Documentation/translations/zh_CN/mm/
H A Dactive_mm.rst13 Active MM
72 另外,一个新的规则是,**没有人** 再把 “init_mm” 作为一个真正的MM了。
87 最丑陋的之一--不像其他架构的MM和寄存器状态是分开的,alpha的PALcode将两者
H A Dpage_table_check.rst61 我们特意决定不使用 VMA 信息,以避免依赖于 MM 状态(除了有限的 “struct page” 信息)。页表检查
62 独立于 Linux-MM 状态机,它验证用户可访问的页面不会被错误地共享。
H A Dindex.rst33 这是一个关于Linux内存管理(MM)子系统内部的旧文档的集合,其中有不同层次的细节,
/linux-6.15/Documentation/gpu/rfc/
H A Dgpusvm.rst11 * Rely only on core MM concepts (migration PTEs, page references, and
15 invent driver defined locks to seal core MM races.
35 * mmap_read only used around core MM functions which require this lock
51 core-MM side rather than through a driver-side lock.
54 memory should exist. mremap() is an example of the core MM updating
103 * Nvidia, AMD, and Intel all have agreed expensive core MM functions in
/linux-6.15/Documentation/translations/sp_SP/process/
H A Dkernel-docs.rst143 * Título: **The home page of Linux-MM**
145 :Autor: The Linux-MM team.
147 :Palabras Clave: memory management, Linux-MM, mm patches, TODO, docs,
148 mailing list, administración de memoria, Linux-MM, parches mm, listas
/linux-6.15/Documentation/mm/
H A Dactive_mm.rst2 Active MM
73 Also, a new rule is that _nobody_ ever has "init_mm" as a real MM any
91 ugliest context switch codes - unlike the other architectures where the MM
H A Dpage_table_check.rst67 MM states (except for limited "struct page" info). The page table check is a
68 separate from Linux-MM state machine that verifies that the user accessible
H A Dindex.rst31 (MM) subsystem internals with different level of details ranging from notes and
H A Dtranshuge.rst121 We also maintain the two slots for tracking MM owners (MM ID and
132 We also maintain the two slots for tracking MM owners (MM ID and
H A Darch_pgtable_helpers.rst7 Generic MM expects architectures (with MMU) to provide helpers to create, access
H A Dprocess_addrs.rst45 * **mmap locks** - Each MM has a read/write semaphore :c:member:`!mmap_lock`
65 within the MM tree. That is, guaranteeing that the VMA object will not be
77 * Obtain an mmap read lock at the MM granularity via :c:func:`!mmap_read_lock` (or a
90 * Obtain an mmap write lock at the MM granularity via :c:func:`!mmap_write_lock` (or a
204 These are the core fields which describe the MM the VMA belongs to and its attributes.
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst499 %pt[RT] YYYY-mm-ddTHH:MM:SS
500 %pt[RT]s YYYY-mm-dd HH:MM:SS
502 %pt[RT]t HH:MM:SS
/linux-6.15/arch/powerpc/kvm/
H A Dbook3s_32_sr.S135 lwz r4, MM(r2)
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-platform-wilco-ec16 Output will a MM/DD/YY string.
H A Dsysfs-class-rtc21 (RO) RTC-provided date in YYYY-MM-DD format
/linux-6.15/arch/arm/
H A DKconfig-nommu3 # Kconfig for uClinux(non-paged MM) depend configurations
/linux-6.15/Documentation/process/
H A Dkernel-docs.rst182 * Name: **The home page of Linux-MM**
184 :Author: The Linux-MM team.
186 :Keywords: memory management, Linux-MM, mm patches, TODO, docs,
/linux-6.15/drivers/media/rc/
H A DKconfig96 tristate "Enable IR raw decoder for the RC-MM protocol"
98 Enable this option when you have IR with RC-MM protocol, and
100 24 and 32 bits RC-MM variants. You can enable or disable the
/linux-6.15/tools/perf/Documentation/
H A Dperf-bench.txt59 NUMA scheduling and MM benchmarks.
/linux-6.15/Documentation/gpu/
H A Ddrm-mm.rst132 its own DRM MM object.
445 DRM MM Range Allocator
460 DRM MM Range Allocator Function References
/linux-6.15/Documentation/core-api/
H A Dprintk-formats.rst546 %pt[RT] YYYY-mm-ddTHH:MM:SS
547 %pt[RT]s YYYY-mm-dd HH:MM:SS
549 %pt[RT]t HH:MM:SS
/linux-6.15/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-opp-witherspoon.dts44 size = <0x02000000>; /* 32MM */
/linux-6.15/drivers/comedi/
H A DKconfig130 Diamond Systems ONYX-MM-DIO 48 channels (PC/104)
160 Diamond Systems PEARL-MM-P iso - 16 out
391 tristate "Diamond Systems MM-32-AT PC/104 board support"
394 Enable support for Diamond Systems MM-32-AT PC/104 boards

12