| /openbmc/qemu/hw/display/ |
| H A D | next-fb.c | 44 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 D | omap_lcdc.c | 49 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 D | pl110.c | 74 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 D | framebuffer.c | 63 int invalidate, /* nonzero to redraw the whole image. */ in framebuffer_update_display() argument 106 if (dirty || invalidate) { in framebuffer_update_display()
|
| H A D | framebuffer.h | 59 int invalidate,
|
| H A D | virtio-vga.c | 16 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 D | ssd0303.c | 302 .invalidate = ssd0303_invalidate_display,
|
| H A D | jazz_led.c | 267 .invalidate = jazz_led_invalidate_display,
|
| /openbmc/phosphor-host-ipmid/app/ |
| H A D | watchdog_service.cpp | 43 wdService.invalidate(); in resetTimeRemaining() 70 wdService.invalidate(); in getProperties() 126 wdService.invalidate(); in getProperty() 155 wdService.invalidate(); in setProperty()
|
| /openbmc/qemu/ui/ |
| H A D | curses.c | 62 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 D | trace-events | 20 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 D | GPL-2.0-with-font-exception | 8 General Public License. This exception does not however invalidate any other
|
| H A D | eCos-2.0 | 13 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 D | start.S | 139 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 D | cache_v7_asm.S | 58 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 D | 0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch | 24 dio-invalidate-cache stat_test t_encrypted_d_revalidate \
|
| /openbmc/openbmc/meta-google/recipes-extended/pam/ |
| H A D | libpam_%.bbappend | 12 # 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 D | 0004-fix-corstone1000-clean-the-cache-and-disable-interru.patch | 33 + /* Flush and invalidate data cache */
|
| /openbmc/u-boot/fs/jffs2/ |
| H A D | LICENCE | 28 This exception does not invalidate any other reasons why a work based on
|
| /openbmc/qemu/contrib/vhost-user-gpu/ |
| H A D | vugpu.h | 127 int invalidate; member
|
| /openbmc/u-boot/Licenses/ |
| H A D | eCos-2.0.txt | 32 This exception does not invalidate any other reasons why a work based
|
| /openbmc/qemu/hw/riscv/ |
| H A D | trace-events | 16 riscv_iommu_ats_inval(const char *id) "%s: dev-iotlb invalidate"
|
| /openbmc/u-boot/doc/ |
| H A D | README.arm-caches | 47 - cleanup_before_linux() should flush the D-cache, invalidate I-cache, and
|
| H A D | README.POST | 536 - 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 D | lowlevel_init.S | 62 mcr p15, 0, r0, c8, c7, 0 @ invalidate TLBs
|