Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dhmm.c31 struct hmm *hmm; in hmm_alloc_notifier() local
33 hmm = kzalloc(sizeof(*hmm), GFP_KERNEL); in hmm_alloc_notifier()
34 if (!hmm) in hmm_alloc_notifier()
37 init_waitqueue_head(&hmm->wq); in hmm_alloc_notifier()
38 INIT_LIST_HEAD(&hmm->mirrors); in hmm_alloc_notifier()
39 init_rwsem(&hmm->mirrors_sem); in hmm_alloc_notifier()
40 INIT_LIST_HEAD(&hmm->ranges); in hmm_alloc_notifier()
41 spin_lock_init(&hmm->ranges_lock); in hmm_alloc_notifier()
42 hmm->notifiers = 0; in hmm_alloc_notifier()
43 return &hmm->mmu_notifier; in hmm_alloc_notifier()
[all …]
DMakefile108 obj-$(CONFIG_HMM_MIRROR) += hmm.o
/Linux-v5.4/include/linux/
Dhmm.h86 struct hmm { struct
162 struct hmm *hmm; member
184 return wait_event_timeout(range->hmm->wq, range->valid, in hmm_range_wait_until_valid()
367 struct hmm *hmm; member
/Linux-v5.4/Documentation/vm/
Dindex.rst36 hmm
Dmemory-model.rst216 * hmm: Extend `ZONE_DEVICE` with `->page_fault()` and `->page_free()`
219 Documentation/vm/hmm.rst.
Dhmm.rst1 .. hmm:
/Linux-v5.4/Documentation/arm/
Darm.rst150 in that case...hmm).
/Linux-v5.4/Documentation/hwmon/
Dw83781d.rst459 some form of auto-fan-control based on temp? hmm (Qfan? this mobo is an
/Linux-v5.4/Documentation/networking/
Dz8530drv.txt628 while compiling the kernel... hmm ... even with 32 MB RAM ... ;-)
/Linux-v5.4/include/
DKbuild193 header-test- += linux/hmm.h
/Linux-v5.4/
DMAINTAINERS7428 F: mm/hmm*
7429 F: include/linux/hmm*
7430 F: Documentation/vm/hmm.rst