Home
last modified time | relevance | path

Searched full:update_cache (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Dspinand.h260 * @op_variants.update_cache: variants of the update-cache operation
277 const struct spinand_op_variants *update_cache; member
287 .update_cache = __update, \
321 * @op_templates.update_cache: update cache op template
351 const struct spi_mem_op *update_cache; member
/openbmc/linux/include/linux/mtd/
H A Dspinand.h335 * @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
/openbmc/qemu/scripts/ci/setup/
H A Dgitlab-runner.yml69 update_cache: yes
91 update_cache: yes
/openbmc/linux/arch/openrisc/mm/
H A Dcache.c42 void update_cache(struct vm_area_struct *vma, unsigned long address, in update_cache() function
/openbmc/qemu/scripts/ci/setup/ubuntu/
H A Dbuild-environment.yml30 update_cache: yes
/openbmc/linux/drivers/mtd/nand/spi/
H A Dcore.c189 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()
/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dcore.c207 spinand->op_templates.update_cache->data.buswidth == 4) in spinand_init_quad_enable()
389 op = *spinand->op_templates.update_cache; in spinand_write_to_cache_op()
956 info->op_variants.update_cache); in spinand_match_and_init()
957 spinand->op_templates.update_cache = op; in spinand_match_and_init()
/openbmc/linux/arch/openrisc/include/asm/
H A Dpgtable.h380 extern void update_cache(struct vm_area_struct *vma,
388 update_cache(vma, address, ptep); in update_mmu_cache_range()
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A D__init__.py84 def update_cache(f): function
/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Damd.c595 static void update_cache(struct ucode_patch *new_patch) in update_cache() function
816 update_cache(patch); in verify_and_add_patch()