Searched refs:UPDATE (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/arch/powerpc/kvm/ |
D | emulate_loadstore.c | 136 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore() 156 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore() 256 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore() 279 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore()
|
/Linux-v4.19/Documentation/trace/ |
D | ring-buffer-design.txt | 410 UPDATE - the page being pointed to is being updated by a writer 433 change the pointer to the UPDATE state: 452 "-U->" represents a pointer in the UPDATE state. 463 Note, the flags UPDATE and HEADER are never set at the same time. 570 flag to have the UPDATE flag set. Once this is done, the reader will 726 The write converts the head page pointer to UPDATE. 739 fact that it sees the UPDATE flag instead of a HEADER or NORMAL 753 that converted a pointer from HEAD to UPDATE will convert it back 765 the UPDATE pointer to NORMAL. 791 The write converts the head page pointer to UPDATE. [all …]
|
/Linux-v4.19/lib/zlib_inflate/ |
D | inflate.c | 163 #define UPDATE(check, buf, len) zlib_adler32(check, buf, len) macro 686 UPDATE(state->check, put - out, out); in zlib_inflate() 727 UPDATE(state->check, strm->next_out - out, out); in zlib_inflate() 777 UPDATE(state->check, z->next_in, z->avail_in); in zlib_inflateIncomp()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | sstep.h | 69 #define UPDATE 0x40 /* matches bit in opcode 31 instructions */ macro
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gem_execbuffer.c | 62 #define UPDATE PIN_OFFSET_FIXED macro 558 entry->offset = vma->node.start | UPDATE; in eb_add_vma() 626 entry->offset = vma->node.start | UPDATE; in eb_reserve_vma() 1315 return target->node.start | UPDATE; in relocate_entry() 1486 offset = gen8_canonical_addr(offset & ~UPDATE); in eb_relocate_vma() 2530 if (!(exec2_list[i].offset & UPDATE)) in i915_gem_execbuffer_ioctl() 2606 if (!(exec2_list[i].offset & UPDATE)) in i915_gem_execbuffer2_ioctl()
|
/Linux-v4.19/arch/powerpc/lib/ |
D | sstep.c | 1916 u = (instr >> 20) & UPDATE; in analyse_instr() 1921 u = instr & UPDATE; in analyse_instr() 2472 op->type = MKOP(LOAD, UPDATE, 8); in analyse_instr() 2537 op->type = MKOP(STORE, UPDATE, 8); in analyse_instr() 2914 if ((op->type & UPDATE) && size == sizeof(long) && in emulate_loadstore() 2984 if (op->type & UPDATE) in emulate_loadstore()
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | htc.h | 407 UPDATE, /* update pending */ enumerator
|
D | beacon.c | 486 if (sc->beacon.updateslot == UPDATE) { in ath9k_beacon_tasklet()
|
D | ath9k.h | 706 UPDATE, /* update pending */ enumerator
|
D | htc_drv_main.c | 1602 priv->beacon.updateslot = UPDATE; in ath9k_htc_bss_info_changed()
|
D | main.c | 1811 sc->beacon.updateslot = UPDATE; in ath9k_bss_info_changed()
|
/Linux-v4.19/Documentation/laptops/ |
D | thinkpad-acpi.txt | 661 UPDATE: refer to https://bugs.freedesktop.org/show_bug.cgi?id=2000
|
/Linux-v4.19/ |
D | MAINTAINERS | 12288 READ-COPY UPDATE (RCU) 13362 SLEEPABLE READ-COPY UPDATE (SRCU) 15958 X86 MICROCODE UPDATE SUPPORT
|