Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dhmm-tests.c71 FIXTURE(hmm) in FIXTURE() argument
78 FIXTURE_VARIANT(hmm) in FIXTURE_VARIANT() argument
83 FIXTURE_VARIANT_ADD(hmm, hmm_device_private) in FIXTURE_VARIANT_ADD() argument
88 FIXTURE_VARIANT_ADD(hmm, hmm_device_coherent) in FIXTURE_VARIANT_ADD() argument
137 FIXTURE_SETUP(hmm) in FIXTURE_SETUP() argument
161 FIXTURE_TEARDOWN(hmm) in FIXTURE_TEARDOWN() argument
290 TEST_F(hmm, open_close) in TEST_F() argument
297 TEST_F(hmm, anon_read) in TEST_F() argument
361 TEST_F(hmm, anon_read_prot) in TEST_F() argument
420 TEST_F(hmm, anon_write) in 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
H A DMakefile62 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
/linux/Documentation/translations/zh_CN/mm/
H A Dmemory-model.rst131 * hmm: 用 `->page_fault()` 和 `->page_free()` 事件回调扩展 `ZONE_DEVICE` ,
132 以允许设备驱动程序协调与设备内存相关的内存管理事件,通常是GPU内存。参见Documentation/mm/hmm.rst。
/linux/Documentation/mm/
H A Dindex.rst46 hmm
H A Dmemory-model.rst168 * hmm: Extend `ZONE_DEVICE` with `->page_fault()` and `->folio_free()`
171 Documentation/mm/hmm.rst.
/linux/Documentation/core-api/
H A Dmm-api.rst117 .. #kernel-doc:: mm/hmm.c (build warnings)
/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.debug3210 Doing so will allow you to run tools/testing/selftest/vm/hmm-tests.
/linux/
H A DMAINTAINERS11502 F: Documentation/mm/hmm.rst
11503 F: include/linux/hmm*
11505 F: mm/hmm*
11506 F: tools/testing/selftests/mm/*hmm*