Searched refs:update_cache (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | spinand.h | 300 * @op_variants.update_cache: variants of the update-cache operation 317 const struct spinand_op_variants *update_cache; member 334 .update_cache = __update, \ 373 * @op_templates.update_cache: update cache op template 399 const struct spi_mem_op *update_cache; member
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | spinand.h | 335 * @op_variants.update_cache: variants of the update-cache operation 352 const struct spinand_op_variants *update_cache; member 369 .update_cache = __update, \ 410 * @op_templates.update_cache: update cache op template 436 const struct spi_mem_op *update_cache; member
|
/kernel/linux/linux-5.10/arch/openrisc/mm/ |
H A D | cache.c | 42 void update_cache(struct vm_area_struct *vma, unsigned long address, in update_cache() function
|
/kernel/linux/linux-6.6/arch/openrisc/mm/ |
H A D | cache.c | 42 void update_cache(struct vm_area_struct *vma, unsigned long address, in update_cache() function
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
H A D | pgtable.h | 394 extern void update_cache(struct vm_area_struct *vma, 401 update_cache(vma, address, pte); in update_mmu_cache()
|
/kernel/linux/linux-6.6/arch/openrisc/include/asm/ |
H A D | pgtable.h | 380 extern void update_cache(struct vm_area_struct *vma, 388 update_cache(vma, address, ptep); in update_mmu_cache_range()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/spi/ |
H A D | core.c | 189 spinand->op_templates.update_cache->data.buswidth == 4) in spinand_init_quad_enable() 868 info.op_tmpl = *spinand->op_templates.update_cache; in spinand_create_dirmap() 891 info.op_tmpl = *spinand->op_templates.update_cache; in spinand_create_dirmap() 1113 info->op_variants.update_cache); in spinand_match_and_init() 1114 spinand->op_templates.update_cache = op; in spinand_match_and_init()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/spi/ |
H A D | core.c | 182 spinand->op_templates.update_cache->data.buswidth == 4) in spinand_init_quad_enable() 710 info.op_tmpl = *spinand->op_templates.update_cache; in spinand_create_dirmap() 926 info->op_variants.update_cache); in spinand_match_and_init() 927 spinand->op_templates.update_cache = op; in spinand_match_and_init()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/microcode/ |
H A D | amd.c | 613 static void update_cache(struct ucode_patch *new_patch) in update_cache() function 810 update_cache(patch); in verify_and_add_patch()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/microcode/ |
H A D | amd.c | 595 static void update_cache(struct ucode_patch *new_patch) in update_cache() function 816 update_cache(patch); in verify_and_add_patch()
|
Completed in 10 milliseconds