Home
last modified time | relevance | path

Searched refs:write_protect_seq (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/mm/
H A Dinit-mm.c37 .write_protect_seq = SEQCNT_ZERO(init_mm.write_protect_seq),
H A Dgup.c3139 seq = raw_read_seqcount(&current->mm->write_protect_seq); in lockless_pages_from_mm()
3164 if (read_seqcount_retry(&current->mm->write_protect_seq, seq)) { in lockless_pages_from_mm()
H A Dmemory.c1316 raw_write_seqcount_begin(&src_mm->write_protect_seq); in copy_page_range()
1335 raw_write_seqcount_end(&src_mm->write_protect_seq); in copy_page_range()
H A Dhugetlb.c5041 raw_write_seqcount_begin(&src->write_protect_seq); in copy_hugetlb_page_range()
5201 raw_write_seqcount_end(&src->write_protect_seq); in copy_hugetlb_page_range()
/openbmc/linux/arch/x86/kernel/
H A Dtboot.c102 .write_protect_seq = SEQCNT_ZERO(tboot_mm.write_protect_seq),
/openbmc/linux/drivers/firmware/efi/
H A Defi.c70 .write_protect_seq = SEQCNT_ZERO(efi_mm.write_protect_seq),
/openbmc/linux/include/linux/
H A Dmm_types.h805 seqcount_t write_protect_seq; member
H A Dmm.h1952 VM_BUG_ON(!(raw_read_seqcount(&vma->vm_mm->write_protect_seq) & 1)); in page_needs_cow_for_dma()
/openbmc/linux/kernel/
H A Dfork.c1264 seqcount_init(&mm->write_protect_seq); in mm_init()