Home
last modified time | relevance | path

Searched refs:store (Results 1776 - 1800 of 1907) sorted by relevance

1...<<71727374757677

/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c844 /* Get FW Mini Coredump template and store it */ in netxen_check_options()
2774 .store = netxen_store_bridged_mode,
2806 .store = netxen_store_diag_mode,
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_bios.c1712 /* store as of now full data. Trim when we realise all is not needed */ in parse_mipi_config()
2034 /* Parse the sequences, store pointers to each sequence. */ in parse_mipi_sequence()
2926 u32 count, data, found, store = 0; in spi_oprom_get_vbt() local
2960 *(vbt + store++) = intel_spi_read(&i915->uncore, found + count); in spi_oprom_get_vbt()
/kernel/linux/linux-6.6/sound/pci/asihpi/
H A Dhpifunc.c1301 hm.u.mx.store.command = command; in hpi_mixer_store()
1302 hm.u.mx.store.index = index; in hpi_mixer_store()
/third_party/curl/lib/
H A Dhttp.c1035 * authentication isn't activated yet, as we need to store the in Curl_http_input_auth()
2795 struct Cookie *store = co; in Curl_http_cookies() local
2822 Curl_cookie_freelist(store); in Curl_http_cookies()
3585 data->info.retry_after = retry_after; /* store it */ in Curl_http_header()
3775 /* store the lowest server version we encounter */ in Curl_http_statusline()
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_ngg.c524 /* Position output - store the value to a variable, remove output store */ in remove_culling_shader_output()
611 * of the store components here. in remove_extra_pos_output()
621 /* Output store uses a vector, we can easily rewrite uses of each vector element. */ in remove_extra_pos_output()
671 /* Simply remove the store. */ in remove_compacted_arg()
767 * 2. Surviving ES vertex invocations store their data to LDS
805 nir_intrinsic_instr *store = nir_store_shared(b, arg_val, exporter_addr, .base = lds_es_arg_0 + 4u * i); in compact_vertices_after_culling() local
807 nogs_state->compact_arg_stores[i] = &store->instr; in compact_vertices_after_culling()
946 * and insert a store+load.
1027 /* Create a new NIR variable where we store th in save_reusable_variables()
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c104 #define M_LOAD_STORE(name, store, T) \
118 if (store) { \
1324 unreachable("Invalid global store size"); in emit_global()
2016 * parameter available on the store [set to 0 by the in emit_intrinsic()
2045 unreachable("Attempted to store unknown type"); in emit_intrinsic()
2066 DBG("Unknown store\n"); in emit_intrinsic()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp390 // check def instruction can store in propagateWriteToOutput()
1550 Instruction *store = bld.mkStore(OP_STORE, TYPE_U32, atom->getSrc(0)->asSym(), in handleSharedATOM() local
1553 store->subOp = NV50_IR_SUBOP_STORE_UNLOCKED; in handleSharedATOM()
1999 // The packed values we will eventually store into memory in handleSUSTP()
2106 // We'll always want to have at least a 32-bit source register for the store in handleSUSTP()
/third_party/skia/tools/viewer/
H A DViewer.cpp1874 store(dstFormat, dst_ptr, magenta); in build_skvm_highlight_program()
2644 fPersistentCache.store(*entry.fKey, *data, entry.fKeyDescription); in drawImGui()
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h2215 // and store them in local variables.
3268 // Hard-code the list of store types. The opcodes are highly unlikely to in DECODE()
3827 int DecodeStoreMem(StoreType store, int prefix_len = 1) { in DecodeStoreMem() argument
3829 MakeMemoryAccessImmediate(prefix_len, store.size_log_2()); in DecodeStoreMem()
3831 Value value = Peek(0, 1, store.value_type()); in DecodeStoreMem()
3834 CALL_INTERFACE_IF_OK_AND_REACHABLE(StoreMem, store, imm, index, value); in DecodeStoreMem()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc758 // Serialize and store it in memory for the next execution. in ExecuteString()
776 // Serialize and store it in memory for the next execution. in ExecuteString()
1998 // Create a snapshot object and store the WebSnapshotData as an embedder in RealmTakeWebSnapshot()
4110 state_.store(State::kReady); in Worker()
4338 state_.store(State::kTerminated); in ExecuteInThread()
4770 Shell::unhandled_promise_rejections_.store(0); in RunMain()
4908 Shell::unhandled_promise_rejections_.store( in HandleUnhandledPromiseRejections()
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc1342 p.store(StringTable::deleted_element());
1377 p.store(the_hole);
1617 // here. This is fine since they store the same content. in RawMigrateObject()
1637 // here. This is fine since they store the same content. in RawMigrateObject()
3002 location.store(cleared_weak_ref); in ClearWeakReferences()
3152 // attempt to store a weak reference to strong-only slot to a compilation error.
5423 p.store(ReadOnlyRoots(heap_).the_hole_value());
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp1029 // the ordering constraint on the store instruction. in createStore()
1030 auto store = jit->builder->CreateAlignedStore(V(value), V(ptr), llvm::MaybeAlign(alignment), isVolatile); in createStore() local
1031 store->setAtomic(atomicOrdering(atomic, memoryOrder)); in createStore()
1042 auto store = jit->builder->CreateAlignedStore(valCast, ptrCast, llvm::MaybeAlign(alignment), isVolatile); in createStore() local
1043 store->setAtomic(atomicOrdering(atomic, memoryOrder)); in createStore()
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drockchip_system_monitor.c58 ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t n); member
/device/soc/rockchip/common/sdk_linux/kernel/
H A Dcpu.c844 .store = &cpuhp_state.thread,
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drockchip_system_monitor.c59 ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr, member
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H A Dcore.c2669 a->store = set_bank; in mce_init_banks()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha512-avx2-asm.S121 # Add reg to mem using reg-mem add and store
H A Dsha256-avx2-asm.S59 # Add reg to mem using reg-mem add and store
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm435 // VGPR store using dw burst
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
H A Dibmveth.c1912 .store = veth_pool_store,
/kernel/linux/linux-5.10/drivers/iio/
H A Dindustrialio-core.c561 * @matrix: where to store retrieved matrix
1079 dev_attr->store = writefunc; in __iio_device_attr_init()
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Dlinit.c1441 .store = aac_store_reset_adapter,
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_transport_sas.c1700 i->private_##attrb[count].store = NULL; \
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dfsl-diu-fb.c1191 * supported. Here a pseudo palette is created which we store the value in
1723 * We store the physical address of the AD in the reserved in fsl_diu_probe()
1808 data->dev_attr.store = store_monitor; in fsl_diu_probe()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dsysfs.c41 .store = _store, \

Completed in 98 milliseconds

1...<<71727374757677