Home
last modified time | relevance | path

Searched refs:xa_store_range (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dmemremap.c68 xa_store_range(&pgmap_array, PHYS_PFN(range->start), PHYS_PFN(range->end), in pgmap_array_delete()
235 error = xa_err(xa_store_range(&pgmap_array, PHYS_PFN(range->start), in pagemap_range()
/kernel/linux/linux-6.6/mm/
H A Dmemremap.c67 xa_store_range(&pgmap_array, PHYS_PFN(range->start), PHYS_PFN(range->end), in pgmap_array_delete()
205 error = xa_err(xa_store_range(&pgmap_array, PHYS_PFN(range->start), in pagemap_range()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/sgx/
H A Dmain.c638 xa_store_range(&sgx_epc_address_space, section->phys_addr, in sgx_setup_epc_section()
/kernel/linux/linux-5.10/include/linux/
H A Dxarray.h350 void *xa_store_range(struct xarray *, unsigned long first, unsigned long last,
/kernel/linux/linux-6.6/include/linux/
H A Dxarray.h354 void *xa_store_range(struct xarray *, unsigned long first, unsigned long last,
/kernel/linux/linux-5.10/lib/
H A Dxarray.c1697 * xa_store_range() - Store this entry at a range of indices in the XArray.
1714 void *xa_store_range(struct xarray *xa, unsigned long first, in xa_store_range() function
1748 EXPORT_SYMBOL(xa_store_range); variable
H A Dtest_xarray.c1524 xa_store_range(xa, first, last, xa_mk_index(first), GFP_KERNEL); in __check_store_range()
1531 xa_store_range(xa, first, last, NULL, GFP_KERNEL); in __check_store_range()
/kernel/linux/linux-6.6/lib/
H A Dxarray.c1699 * xa_store_range() - Store this entry at a range of indices in the XArray.
1716 void *xa_store_range(struct xarray *xa, unsigned long first, in xa_store_range() function
1750 EXPORT_SYMBOL(xa_store_range); variable
H A Dtest_xarray.c1524 xa_store_range(xa, first, last, xa_mk_index(first), GFP_KERNEL); in __check_store_range()
1531 xa_store_range(xa, first, last, NULL, GFP_KERNEL); in __check_store_range()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Demulate-nested.c1655 prev = xa_store_range(&sr_forward_xa, in populate_nv_trap_config()
/kernel/linux/linux-6.6/sound/core/
H A Dcontrol.c411 xa_store_range(&card->ctl_numids, kcontrol->id.numid, in add_hash_entries()

Completed in 22 milliseconds