Home
last modified time | relevance | path

Searched refs:hmm (Results 1 – 21 of 21) sorted by relevance

/Linux-v6.6/tools/testing/selftests/mm/
Dhmm-tests.c68 FIXTURE(hmm) in FIXTURE() argument
75 FIXTURE_VARIANT(hmm) in FIXTURE_VARIANT() argument
80 FIXTURE_VARIANT_ADD(hmm, hmm_device_private) in FIXTURE_VARIANT_ADD() argument
85 FIXTURE_VARIANT_ADD(hmm, hmm_device_coherent) in FIXTURE_VARIANT_ADD() argument
134 FIXTURE_SETUP(hmm) in FIXTURE_SETUP() argument
158 FIXTURE_TEARDOWN(hmm) in FIXTURE_TEARDOWN() argument
285 TEST_F(hmm, open_close) in TEST_F() argument
292 TEST_F(hmm, anon_read) in TEST_F() argument
356 TEST_F(hmm, anon_read_prot) in TEST_F() argument
415 TEST_F(hmm, anon_write) in TEST_F() argument
[all …]
Dtest_hmm.sh67 $(dirname "${BASH_SOURCE[0]}")/hmm-tests
D.gitignore34 hmm-tests
Drun_vmtests.sh43 - hmm
44 hmm smoke tests
DMakefile42 TEST_GEN_FILES += hmm-tests
/Linux-v6.6/drivers/staging/media/atomisp/
Dnotes.txt9 Memory is allocated by the hmm code. hmm_alloc() returns an ISP virtual
10 address. The hmm code keeps a list of all allocations and when necessary
11 the hmm code finds the backing hmm-buffer-object (hmm_bo) by looking
DMakefile46 pci/hmm/hmm_bo.o \
47 pci/hmm/hmm.o \
169 -I$(atomisp)/include/hmm/ \
/Linux-v6.6/Documentation/translations/zh_CN/mm/
Dmemory-model.rst131 * hmm: 用 `->page_fault()` 和 `->page_free()` 事件回调扩展 `ZONE_DEVICE` ,
132 以允许设备驱动程序协调与设备内存相关的内存管理事件,通常是GPU内存。参见Documentation/mm/hmm.rst。
Dindex.rst45 hmm
Dhmm.rst3 :Original: Documentation/mm/hmm.rst
/Linux-v6.6/Documentation/mm/
Dindex.rst47 hmm
Dmemory-model.rst168 * hmm: Extend `ZONE_DEVICE` with `->page_fault()` and `->page_free()`
171 Documentation/mm/hmm.rst.
Dpage_migration.rst10 Also see Documentation/mm/hmm.rst for migrating pages to or from device
/Linux-v6.6/Documentation/core-api/
Dmm-api.rst123 .. #kernel-doc:: mm/hmm.c (build warnings)
/Linux-v6.6/mm/
DMakefile132 obj-$(CONFIG_HMM_MIRROR) += hmm.o
/Linux-v6.6/Documentation/arch/arm/
Darm.rst150 in that case...hmm).
/Linux-v6.6/Documentation/gpu/rfc/
Di915_vm_bind.rst128 find the backing storage (dma_resv lock for gem objects, and hmm/core mm for
/Linux-v6.6/Documentation/hwmon/
Dw83781d.rst459 some form of auto-fan-control based on temp? hmm (Qfan? this mobo is an
/Linux-v6.6/Documentation/networking/device_drivers/hamradio/
Dz8530drv.rst655 while compiling the kernel... hmm ... even with 32 MB RAM ... ;-)
/Linux-v6.6/lib/
DKconfig.debug2912 Doing so will allow you to run tools/testing/selftest/vm/hmm-tests.
/Linux-v6.6/
DMAINTAINERS9538 F: Documentation/mm/hmm.rst
9539 F: include/linux/hmm*
9541 F: mm/hmm*
9542 F: tools/testing/selftests/mm/*hmm*