Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A 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
124 fprintf(stderr, "could not open hmm dmirror driver (%s)\n", in hmm_open()
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_pro argument
415 TEST_F(hmm,anon_write) TEST_F() argument
463 TEST_F(hmm,anon_write_prot) TEST_F() argument
529 TEST_F(hmm,anon_write_child) TEST_F() argument
607 TEST_F(hmm,anon_write_child_shared) TEST_F() argument
684 TEST_F(hmm,anon_write_huge) TEST_F() argument
788 TEST_F(hmm,anon_write_hugetlbfs) TEST_F() argument
845 TEST_F(hmm,file_read) TEST_F() argument
900 TEST_F(hmm,file_write) TEST_F() argument
958 TEST_F(hmm,migrate) TEST_F() argument
1006 TEST_F(hmm,migrate_fault) TEST_F() argument
1062 TEST_F(hmm,migrate_release) TEST_F() argument
1114 TEST_F(hmm,migrate_shared) TEST_F() argument
1241 TEST_F(hmm,migrate_multiple) TEST_F() argument
1300 TEST_F(hmm,anon_read_multiple) TEST_F() argument
1363 TEST_F(hmm,anon_teardown) TEST_F() argument
1424 TEST_F(hmm,mixedmap) TEST_F() argument
1568 TEST_F(hmm,compound) TEST_F() argument
1718 TEST_F(hmm,exclusive) TEST_F() argument
1772 TEST_F(hmm,exclusive_mprotect) TEST_F() argument
1825 TEST_F(hmm,exclusive_cow) TEST_F() argument
1898 TEST_F(hmm,hmm_gup_test) TEST_F() argument
1987 TEST_F(hmm,hmm_cow_in_device) TEST_F() argument
[all...]
H A Dtest_hmm.sh67 $(dirname "${BASH_SOURCE[0]}")/hmm-tests
H A D.gitignore40 hmm-tests
H A Drun_vmtests.sh46 - hmm
47 hmm smoke tests
89 example: ./run_vmtests.sh -t "hmm mmap ksm"
422 CATEGORY="hmm" run_test bash ./test_hmm.sh smoke
H A DMakefile61 TEST_GEN_FILES += hmm-tests
/linux/drivers/staging/media/atomisp/
H A 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
H A DMakefile44 pci/hmm/hmm_bo.o \
45 pci/hmm/hmm.o \
162 -I$(atomisp)/include/hmm/ \
/linux/Documentation/translations/zh_CN/mm/
H A Dmemory-model.rst131 * hmm: 用 `->page_fault()` 和 `->page_free()` 事件回调扩展 `ZONE_DEVICE` ,
132 以允许设备驱动程序协调与设备内存相关的内存管理事件,通常是GPU内存。参见Documentation/mm/hmm.rst。
H A Dhmm.rst3 :Original: Documentation/mm/hmm.rst
/linux/Documentation/core-api/
H A Dmm-api.rst117 .. #kernel-doc:: mm/hmm.c (build warnings)
/linux/Documentation/mm/
H A Dmemory-model.rst168 * hmm: Extend `ZONE_DEVICE` with `->page_fault()` and `->page_free()`
171 Documentation/mm/hmm.rst.
H A Dpage_migration.rst10 Also see Documentation/mm/hmm.rst for migrating pages to or from device
/linux/mm/
H A DMakefile139 obj-$(CONFIG_HMM_MIRROR) += hmm.o
/linux/Documentation/arch/arm/
H A Darm.rst150 in that case...hmm).
/linux/Documentation/gpu/rfc/
H A Di915_vm_bind.rst128 find the backing storage (dma_resv lock for gem objects, and hmm/core mm for
/linux/Documentation/hwmon/
H A Dw83781d.rst459 some form of auto-fan-control based on temp? hmm (Qfan? this mobo is an
/linux/Documentation/networking/device_drivers/hamradio/
H A Dz8530drv.rst655 while compiling the kernel... hmm ... even with 32 MB RAM ... ;-)
/linux/lib/
H A DKconfig.debug3170 Doing so will allow you to run tools/testing/selftest/vm/hmm-tests.
/linux/
H A DMAINTAINERS11164 F: Documentation/mm/hmm.rst
11165 F: include/linux/hmm*
11167 F: mm/hmm*
11168 F: tools/testing/selftests/mm/*hmm*