Home
last modified time | relevance | path

Searched refs:invalidate (Results 1 – 25 of 67) sorted by relevance

123

/openbmc/qemu/hw/display/
H A Dnext-fb.c44 int invalidate; member
82 if (s->invalidate) { in nextfb_update()
85 s->invalidate = 0; in nextfb_update()
98 s->invalidate = 1; in nextfb_invalidate()
102 .invalidate = nextfb_invalidate,
114 s->invalidate = 1; in nextfb_realize()
H A Domap_lcdc.c49 int invalidate; member
268 omap_lcd->invalidate = 1; in omap_update_display()
308 if (omap_lcd->invalidate) { in omap_update_display()
317 omap_lcd->invalidate, in omap_update_display()
324 omap_lcd->invalidate = 0; in omap_update_display()
329 omap_lcd->invalidate = 1; in omap_invalidate_display()
478 s->invalidate = 1; in omap_lcdc_reset()
484 .invalidate = omap_invalidate_display,
H A Dpl110.c74 int invalidate; member
100 VMSTATE_INT32(invalidate, PL110State),
291 if (s->invalidate) { in pl110_update_display()
301 s->invalidate, in pl110_update_display()
308 s->invalidate = 0; in pl110_update_display()
314 s->invalidate = 1; in pl110_invalidate_display()
448 s->invalidate = 1; in pl110_write()
534 .invalidate = pl110_invalidate_display,
H A Dframebuffer.c63 int invalidate, /* nonzero to redraw the whole image. */ in framebuffer_update_display() argument
106 if (dirty || invalidate) { in framebuffer_update_display()
H A Dframebuffer.h59 int invalidate,
H A Dvirtio-vga.c16 g->hw_ops->invalidate(g); in virtio_vga_base_invalidate_display()
18 vvga->vga.hw_ops->invalidate(&vvga->vga); in virtio_vga_base_invalidate_display()
80 .invalidate = virtio_vga_base_invalidate_display,
H A Dssd0303.c302 .invalidate = ssd0303_invalidate_display,
H A Djazz_led.c267 .invalidate = jazz_led_invalidate_display,
/openbmc/phosphor-host-ipmid/app/
H A Dwatchdog_service.cpp43 wdService.invalidate(); in resetTimeRemaining()
70 wdService.invalidate(); in getProperties()
126 wdService.invalidate(); in getProperty()
155 wdService.invalidate(); in setProperty()
/openbmc/qemu/ui/
H A Dcurses.c62 static int width, height, gwidth, gheight, invalidate; variable
172 invalidate = 1; in curses_winch_check()
274 if (invalidate) { in curses_refresh()
279 invalidate = 0; in curses_refresh()
331 invalidate = 1; in curses_refresh()
812 invalidate = 1; in curses_display_init()
/openbmc/qemu/hw/arm/
H A Dtrace-events20 smmu_iotlb_inv_all(void) "IOTLB invalidate all"
21 smmu_iotlb_inv_asid_vmid(int asid, int vmid) "IOTLB invalidate asid=%d vmid=%d"
22 smmu_iotlb_inv_vmid(int vmid) "IOTLB invalidate vmid=%d"
23 smmu_iotlb_inv_vmid_s1(int vmid) "IOTLB invalidate vmid=%d"
24 smmu_iotlb_inv_iova(int asid, uint64_t addr) "IOTLB invalidate asid=%d addr=0x%"PRIx64
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGPL-2.0-with-font-exception8 General Public License. This exception does not however invalidate any other
H A DeCos-2.013 This exception does not invalidate any other reasons why a work based on this file might be covered…
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dstart.S139 mcr p15, 0, r0, c7, c5, 0 @ invalidate icache
182 mcr p15, 0, r0, c8, c7, 0 @ invalidate TLBs
183 mcr p15, 0, r0, c7, c5, 0 @ invalidate icache
184 mcr p15, 0, r0, c7, c5, 6 @ invalidate BP array
H A Dcache_v7_asm.S58 mcr p15, 0, r11, c7, c14, 2 @ clean & invalidate by set/way
128 mcr p15, 0, r11, c7, c6, 2 @ invalidate by set/way
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/
H A D0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch24 dio-invalidate-cache stat_test t_encrypted_d_revalidate \
/openbmc/openbmc/meta-google/recipes-extended/pam/
H A Dlibpam_%.bbappend12 # entry, we didn't invalidate the next entry in the stack. If the first
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/
H A D0004-fix-corstone1000-clean-the-cache-and-disable-interru.patch33 + /* Flush and invalidate data cache */
/openbmc/u-boot/fs/jffs2/
H A DLICENCE28 This exception does not invalidate any other reasons why a work based on
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugpu.h127 int invalidate; member
/openbmc/u-boot/Licenses/
H A DeCos-2.0.txt32 This exception does not invalidate any other reasons why a work based
/openbmc/qemu/hw/riscv/
H A Dtrace-events16 riscv_iommu_ats_inval(const char *id) "%s: dev-iotlb invalidate"
/openbmc/u-boot/doc/
H A DREADME.arm-caches47 - cleanup_before_linux() should flush the D-cache, invalidate I-cache, and
H A DREADME.POST536 - invalidate the data cache
546 - invalidate the data cache
559 - invalidate the data cache
572 - invalidate the data cache
576 - invalidate the data cache
588 - invalidate the instruction cache
598 - invalidate the instruction cache
602 - invalidate the instruction cache
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/
H A Dlowlevel_init.S62 mcr p15, 0, r0, c8, c7, 0 @ invalidate TLBs

123