Home
last modified time | relevance | path

Searched refs:entries (Results 2251 - 2275 of 2880) sorted by relevance

1...<<919293949596979899100>>...116

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3870 vector<VkSpecializationMapEntry> entries; in runAndVerifyDefaultPipeline() local
3874 entries.resize(numSpecConstants); in runAndVerifyDefaultPipeline()
3881 entries[ndx].constantID = (deUint32)ndx; in runAndVerifyDefaultPipeline()
3882 entries[ndx].offset = static_cast<deUint32>(offset); in runAndVerifyDefaultPipeline()
3883 entries[ndx].size = valueSize; in runAndVerifyDefaultPipeline()
3888 specConstantEntries.push_back(entries); in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3867 vector<VkSpecializationMapEntry> entries; in runAndVerifyDefaultPipeline() local
3871 entries.resize(numSpecConstants); in runAndVerifyDefaultPipeline()
3878 entries[ndx].constantID = (deUint32)ndx; in runAndVerifyDefaultPipeline()
3879 entries[ndx].offset = static_cast<deUint32>(offset); in runAndVerifyDefaultPipeline()
3880 entries[ndx].size = valueSize; in runAndVerifyDefaultPipeline()
3885 specConstantEntries.push_back(entries); in runAndVerifyDefaultPipeline()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c2611 /* no guest entries from this point */ in kvm_gen_update_masterclock()
2617 /* guest entries allowed */ in kvm_gen_update_masterclock()
3749 struct kvm_msr_entry *entries, in __msr_io()
3756 if (do_msr(vcpu, entries[i].index, &entries[i].data)) in __msr_io()
3773 struct kvm_msr_entry *entries; in msr_io() local
3786 entries = memdup_user(user_msrs->entries, size); in msr_io()
3787 if (IS_ERR(entries)) { in msr_io()
3788 r = PTR_ERR(entries); in msr_io()
3748 __msr_io(struct kvm_vcpu *vcpu, struct kvm_msrs *msrs, struct kvm_msr_entry *entries, int (*do_msr)(struct kvm_vcpu *vcpu, unsigned index, u64 *data)) __msr_io() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c1233 * the invalidation, but the guest's TLB entries need to be flushed as in kvm_invalidate_pcid()
1234 * the CPU may have cached entries in its TLB for the target PCID. in kvm_invalidate_pcid()
3001 /* no guest entries from this point */ in kvm_start_pvclock_update()
3016 /* guest entries allowed */ in kvm_end_pvclock_update()
4368 struct kvm_msr_entry *entries, in __msr_io()
4375 if (do_msr(vcpu, entries[i].index, &entries[i].data)) in __msr_io()
4392 struct kvm_msr_entry *entries; in msr_io() local
4405 entries = memdup_user(user_msrs->entries, siz in msr_io()
4367 __msr_io(struct kvm_vcpu *vcpu, struct kvm_msrs *msrs, struct kvm_msr_entry *entries, int (*do_msr)(struct kvm_vcpu *vcpu, unsigned index, u64 *data)) __msr_io() argument
[all...]
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c101 TAILQ_ENTRY(dso_entry) entries;
4026 TAILQ_INSERT_TAIL(&unload_queue, start_entry, entries); in do_dlclose()
4031 TAILQ_REMOVE(&unload_queue, ecur, entries); in do_dlclose()
4033 TAILQ_FOREACH(ef, &need_unload_queue, entries) { in do_dlclose()
4042 TAILQ_INSERT_TAIL(&need_unload_queue, ecur, entries); in do_dlclose()
4047 TAILQ_FOREACH(ef, &unload_queue, entries) { in do_dlclose()
4059 TAILQ_INSERT_TAIL(&unload_queue, edeps, entries); in do_dlclose()
4065 TAILQ_FOREACH(ef, &need_unload_queue, entries) { in do_dlclose()
4070 TAILQ_FOREACH(ef, &need_unload_queue, entries) { in do_dlclose()
4085 TAILQ_FOREACH(ef, &need_unload_queue, entries) { in do_dlclose()
[all...]
/third_party/musl/ldso/linux/
H A Ddynlink.c129 TAILQ_ENTRY(dso_entry) entries;
4364 TAILQ_INSERT_TAIL(&unload_queue, start_entry, entries); in do_dlclose()
4369 TAILQ_REMOVE(&unload_queue, ecur, entries); in do_dlclose()
4371 TAILQ_FOREACH(ef, &need_unload_queue, entries) { in do_dlclose()
4380 TAILQ_INSERT_TAIL(&need_unload_queue, ecur, entries); in do_dlclose()
4385 TAILQ_FOREACH(ef, &unload_queue, entries) { in do_dlclose()
4397 TAILQ_INSERT_TAIL(&unload_queue, edeps, entries); in do_dlclose()
4403 TAILQ_FOREACH(ef, &need_unload_queue, entries) { in do_dlclose()
4408 TAILQ_FOREACH(ef, &need_unload_queue, entries) { in do_dlclose()
4423 TAILQ_FOREACH(ef, &need_unload_queue, entries) { in do_dlclose()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dp2p.h264 uint8 num_entries; /* # of channel entries */
265 wifi_p2p_chanlist_entry_t entries[WIFI_P2P_CHANLIST_SE_MAX_ENTRIES]; member
429 * wifi_p2p_adv_serv_info_t entries
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dprocess_64.c396 base = get_desc_base(ldt->entries + idx); in x86_fsgsbase_read_task()
555 * reference the correct GDT entries. in __switch_to()
561 * must be done after loading TLS entries in the GDT but before in __switch_to()
H A Dkexec-bzimage64.c103 /* TODO: Pass entries more than E820_MAX_ENTRIES_ZEROPAGE in bootparams setup data */ in setup_e820_entries()
108 memcpy(&params->e820_table, &e820_table_kexec->entries, nr_e820_entries*sizeof(struct e820_entry)); in setup_e820_entries()
/kernel/linux/linux-5.10/drivers/net/dsa/microchip/
H A Dksz_common.h126 u16 *entries);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H A Dsmu7_discrete.h235 SMU7_Discrete_MCArbDramTimingTableEntry entries[SMU__NUM_SCLK_DPM_STATE][SMU__NUM_MCLK_DPM_LEVELS]; member
H A Dsmu71_discrete.h179 SMU71_Discrete_MCArbDramTimingTableEntry entries[SMU__NUM_SCLK_DPM_STATE][SMU__NUM_MCLK_DPM_LEVELS]; member
269 // State table entries for each DPM state
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dfw.c123 idx = (ring->idx + skb_queue_len(&ring->queue)) % ring->entries; in _rtl92s_cmd_send_packet()
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp.h211 u32 entries[0]; member
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_nx2.h222 uint16_t entries; member
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.h265 unsigned int entries; member
/kernel/linux/linux-5.10/include/linux/
H A Dswap.h285 * entries in swap_avail_heads, one
321 /* Only track the nodes of mappings with shadow entries */
486 extern void swapcache_free_entries(swp_entry_t *entries, int n);
/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h221 atomic_t entries; member
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-annotate.c311 struct rb_node *nd = rb_first_cached(&hists->entries), *next; in hists__find_annotations()
538 "Strip first N entries of source file path name in programs (with --prefix)"), in cmd_annotate()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dauxtrace.h160 * @list: linking a number of arrays of entries
161 * @nr: number of entries
162 * @entries: array of entries
167 struct auxtrace_index_entry entries[PERF_AUXTRACE_INDEX_ENTRY_COUNT]; member
644 " l[len]: synthesize last branch entries (use with i or x)\n" \
645 " L[len]: synthesize last branch entries on existing event records\n" \
H A Dblock-info.c407 struct rb_node *next = rb_first_cached(&hists->entries); in process_block_report()
/kernel/linux/linux-5.10/include/uapi/drm/
H A Damdgpu_drm.h1069 struct drm_amdgpu_info_vce_clock_table_entry entries[AMDGPU_VCE_CLOCK_TABLE_ENTRIES]; member
/kernel/linux/linux-5.10/net/mac80211/
H A Dsta_info.h464 struct ieee80211_fragment_entry entries[IEEE80211_FRAGMENT_MAX]; member
820 * __sta_info_flush - flush matching STA entries from the STA table
822 * Returns the number of removed STA entries.
830 * sta_info_flush - flush matching STA entries from the STA table
832 * Returns the number of removed STA entries.
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h475 } entries; member
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dsmu7_discrete.h235 SMU7_Discrete_MCArbDramTimingTableEntry entries[SMU__NUM_SCLK_DPM_STATE][SMU__NUM_MCLK_DPM_LEVELS]; member

Completed in 72 milliseconds

1...<<919293949596979899100>>...116