Searched refs:xa_store_range (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | memremap.c | 68 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 D | memremap.c | 67 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 D | main.c | 638 xa_store_range(&sgx_epc_address_space, section->phys_addr, in sgx_setup_epc_section()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | xarray.h | 350 void *xa_store_range(struct xarray *, unsigned long first, unsigned long last,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | xarray.h | 354 void *xa_store_range(struct xarray *, unsigned long first, unsigned long last,
|
/kernel/linux/linux-5.10/lib/ |
H A D | xarray.c | 1697 * 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 D | test_xarray.c | 1524 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 D | xarray.c | 1699 * 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 D | test_xarray.c | 1524 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 D | emulate-nested.c | 1655 prev = xa_store_range(&sr_forward_xa, in populate_nv_trap_config()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | control.c | 411 xa_store_range(&card->ctl_numids, kcontrol->id.numid, in add_hash_entries()
|
Completed in 23 milliseconds