Home
last modified time | relevance | path

Searched refs:pageattr_ops (Results 1 – 3 of 3) sorted by relevance

/linux/arch/riscv/mm/
H A Dpageattr.c86 static const struct mm_walk_ops pageattr_ops = { variable
303 &pageattr_ops, NULL, &masks); in __set_memory()
321 &pageattr_ops, NULL, &masks); in __set_memory()
326 ret = walk_kernel_page_table_range(start, end, &pageattr_ops, NULL, in __set_memory()
338 ret = walk_kernel_page_table_range(start, end, &pageattr_ops, NULL, in __set_memory()
/linux/arch/loongarch/mm/
H A Dpageattr.c97 static const struct mm_walk_ops pageattr_ops = { variable
121 ret = walk_kernel_page_table_range(start, end, &pageattr_ops, NULL, &masks); in __set_memory()
/linux/arch/arm64/mm/
H A Dpageattr.c77 static const struct mm_walk_ops pageattr_ops = { variable
121 &pageattr_ops, NULL, &data); in update_range_prot()