/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 1103 struct qla_npiv_entry *entry; in qla2xxx_flash_npiv_conf() local 1139 cnt = (sizeof(hdr) + le16_to_cpu(hdr.entries) * sizeof(*entry)) >> 1; in qla2xxx_flash_npiv_conf() 1151 entry = data + sizeof(struct qla_npiv_header); in qla2xxx_flash_npiv_conf() 1153 for (i = 0; cnt; cnt--, entry++, i++) { in qla2xxx_flash_npiv_conf() 1158 memcpy(&ha->npiv_info[i], entry, sizeof(struct qla_npiv_entry)); in qla2xxx_flash_npiv_conf() 1160 flags = le16_to_cpu(entry->flags); in qla2xxx_flash_npiv_conf() 1170 vid.port_name = wwn_to_u64(entry->port_name); in qla2xxx_flash_npiv_conf() 1171 vid.node_name = wwn_to_u64(entry->node_name); in qla2xxx_flash_npiv_conf() 1176 le16_to_cpu(entry->vf_id), in qla2xxx_flash_npiv_conf() 1177 entry in qla2xxx_flash_npiv_conf() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | dce_v8_0.c | 3064 struct amdgpu_iv_entry *entry) in dce_v8_0_crtc_irq() 3066 unsigned crtc = entry->src_id - 1; in dce_v8_0_crtc_irq() 3071 switch (entry->src_data[0]) { in dce_v8_0_crtc_irq() 3092 DRM_DEBUG("Unhandled interrupt: %d %d\n", entry->src_id, entry->src_data[0]); in dce_v8_0_crtc_irq() 3124 struct amdgpu_iv_entry *entry) in dce_v8_0_pageflip_irq() 3131 crtc_id = (entry->src_id - 8) >> 1; in dce_v8_0_pageflip_irq() 3177 struct amdgpu_iv_entry *entry) in dce_v8_0_hpd_irq() 3182 if (entry->src_data[0] >= adev->mode_info.num_hpd) { in dce_v8_0_hpd_irq() 3183 DRM_DEBUG("Unhandled interrupt: %d %d\n", entry in dce_v8_0_hpd_irq() 3062 dce_v8_0_crtc_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) dce_v8_0_crtc_irq() argument 3122 dce_v8_0_pageflip_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) dce_v8_0_pageflip_irq() argument 3175 dce_v8_0_hpd_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) dce_v8_0_hpd_irq() argument [all...] |
H A D | dce_v11_0.c | 3277 struct amdgpu_iv_entry *entry) in dce_v11_0_pageflip_irq() 3284 crtc_id = (entry->src_id - 8) >> 1; in dce_v11_0_pageflip_irq() 3375 struct amdgpu_iv_entry *entry) in dce_v11_0_crtc_irq() 3377 unsigned crtc = entry->src_id - 1; in dce_v11_0_crtc_irq() 3382 switch (entry->src_data[0]) { in dce_v11_0_crtc_irq() 3405 DRM_DEBUG("Unhandled interrupt: %d %d\n", entry->src_id, entry->src_data[0]); in dce_v11_0_crtc_irq() 3414 struct amdgpu_iv_entry *entry) in dce_v11_0_hpd_irq() 3419 if (entry->src_data[0] >= adev->mode_info.num_hpd) { in dce_v11_0_hpd_irq() 3420 DRM_DEBUG("Unhandled interrupt: %d %d\n", entry in dce_v11_0_hpd_irq() 3275 dce_v11_0_pageflip_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) dce_v11_0_pageflip_irq() argument 3373 dce_v11_0_crtc_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) dce_v11_0_crtc_irq() argument 3412 dce_v11_0_hpd_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) dce_v11_0_hpd_irq() argument [all...] |
H A D | dce_v10_0.c | 3146 struct amdgpu_iv_entry *entry) in dce_v10_0_pageflip_irq() 3153 crtc_id = (entry->src_id - 8) >> 1; in dce_v10_0_pageflip_irq() 3244 struct amdgpu_iv_entry *entry) in dce_v10_0_crtc_irq() 3246 unsigned crtc = entry->src_id - 1; in dce_v10_0_crtc_irq() 3250 switch (entry->src_data[0]) { in dce_v10_0_crtc_irq() 3273 DRM_DEBUG("Unhandled interrupt: %d %d\n", entry->src_id, entry->src_data[0]); in dce_v10_0_crtc_irq() 3282 struct amdgpu_iv_entry *entry) in dce_v10_0_hpd_irq() 3287 if (entry->src_data[0] >= adev->mode_info.num_hpd) { in dce_v10_0_hpd_irq() 3288 DRM_DEBUG("Unhandled interrupt: %d %d\n", entry in dce_v10_0_hpd_irq() 3144 dce_v10_0_pageflip_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) dce_v10_0_pageflip_irq() argument 3242 dce_v10_0_crtc_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) dce_v10_0_crtc_irq() argument 3280 dce_v10_0_hpd_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) dce_v10_0_hpd_irq() argument [all...] |
H A D | dce_v6_0.c | 2976 struct amdgpu_iv_entry *entry) in dce_v6_0_crtc_irq() 2978 unsigned crtc = entry->src_id - 1; in dce_v6_0_crtc_irq() 2983 switch (entry->src_data[0]) { in dce_v6_0_crtc_irq() 3004 DRM_DEBUG("Unhandled interrupt: %d %d\n", entry->src_id, entry->src_data[0]); in dce_v6_0_crtc_irq() 3036 struct amdgpu_iv_entry *entry) in dce_v6_0_pageflip_irq() 3043 crtc_id = (entry->src_id - 8) >> 1; in dce_v6_0_pageflip_irq() 3089 struct amdgpu_iv_entry *entry) in dce_v6_0_hpd_irq() 3094 if (entry->src_data[0] >= adev->mode_info.num_hpd) { in dce_v6_0_hpd_irq() 3095 DRM_DEBUG("Unhandled interrupt: %d %d\n", entry in dce_v6_0_hpd_irq() 2974 dce_v6_0_crtc_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) dce_v6_0_crtc_irq() argument 3034 dce_v6_0_pageflip_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) dce_v6_0_pageflip_irq() argument 3087 dce_v6_0_hpd_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) dce_v6_0_hpd_irq() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | probe-event.c | 918 * compiled by gcc with -fpatchable-function-entry option enabled. The in try_to_find_probe_trace_events() 1639 semantic_error("Offset requires an entry function.\n"); in parse_perf_probe_point() 3355 struct probe_cache_entry *entry; in find_cached_events() local 3365 for_each_probe_cache_entry(entry, cache) { in find_cached_events() 3366 /* Skip the cache entry which has no name */ in find_cached_events() 3367 if (!entry->pev.event || !entry->pev.group) in find_cached_events() 3369 if ((!pev->group || strglobmatch(entry->pev.group, pev->group)) && in find_cached_events() 3370 strglobmatch(entry->pev.event, pev->event)) { in find_cached_events() 3371 ret = probe_cache_entry__get_event(entry, in find_cached_events() 3438 struct probe_cache_entry *entry; find_probe_trace_events_from_cache() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 987 unsigned int first; /* first [temporal] entry in log[] */ 991 /* Dump a Firmaware Device Log entry. 1004 /* Get a pointer to the log entry to display. Skip unused log in devlog_show() 1117 /* Find the earliest (lowest Sequence Number) log entry in the in devlog_open() 1158 struct mbox_cmd *entry; in mboxlog_show() local 1172 entry = mbox_cmd_log_entry(log, entry_idx); in mboxlog_show() 1175 if (entry->timestamp == 0) in mboxlog_show() 1179 entry->seqno, entry->timestamp, in mboxlog_show() 1180 entry in mboxlog_show() 1981 u16 *entry = v; rss_show() local [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | memcontrol.c | 352 * 200 entry array for that. 2041 INIT_LIST_HEAD(&owait.wait.entry); in mem_cgroup_oom_synchronize() 3329 * @entry: swap entry to be moved 3330 * @from: mem_cgroup which the entry is moved from 3331 * @to: mem_cgroup which the entry is moved to 3333 * It succeeds only when the swap_cgroup's record for this entry is the same 3341 static int mem_cgroup_move_swap_account(swp_entry_t entry, in mem_cgroup_move_swap_account() argument 3349 if (swap_cgroup_cmpxchg(entry, old_id, new_id) == old_id) { in mem_cgroup_move_swap_account() 3357 static inline int mem_cgroup_move_swap_account(swp_entry_t entry, in mem_cgroup_move_swap_account() argument 5677 mc_handle_swap_pte(struct vm_area_struct *vma, pte_t ptent, swp_entry_t *entry) mc_handle_swap_pte() argument 5715 mc_handle_swap_pte(struct vm_area_struct *vma, pte_t ptent, swp_entry_t *entry) mc_handle_swap_pte() argument 5722 mc_handle_file_pte(struct vm_area_struct *vma, unsigned long addr, pte_t ptent, swp_entry_t *entry) mc_handle_file_pte() argument 6938 swp_entry_t entry = { .val = page_private(page) }; mem_cgroup_charge() local 7308 mem_cgroup_swapout(struct page *page, swp_entry_t entry) mem_cgroup_swapout() argument 7374 mem_cgroup_try_charge_swap(struct page *page, swp_entry_t entry) mem_cgroup_try_charge_swap() argument 7420 mem_cgroup_uncharge_swap(swp_entry_t entry, unsigned int nr_pages) mem_cgroup_uncharge_swap() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 987 unsigned int first; /* first [temporal] entry in log[] */ 991 /* Dump a Firmaware Device Log entry. 1004 /* Get a pointer to the log entry to display. Skip unused log in devlog_show() 1117 /* Find the earliest (lowest Sequence Number) log entry in the in devlog_open() 1158 struct mbox_cmd *entry; in mboxlog_show() local 1172 entry = mbox_cmd_log_entry(log, entry_idx); in mboxlog_show() 1175 if (entry->timestamp == 0) in mboxlog_show() 1179 entry->seqno, entry->timestamp, in mboxlog_show() 1180 entry in mboxlog_show() 1981 u16 *entry = v; rss_show() local [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | nir_to_spirv.c | 411 struct hash_entry *entry = in get_glsl_type() local 413 if (entry) in get_glsl_type() 414 return (SpvId)(uintptr_t)entry->data; in get_glsl_type() 4412 nir_function_impl *entry = nir_shader_get_entrypoint(s); in nir_to_spirv() local 4413 nir_metadata_require(entry, nir_metadata_block_index); in nir_to_spirv() 4416 sizeof(SpvId), entry->ssa_alloc); in nir_to_spirv() 4425 sizeof(SpvId), entry->ssa_alloc); in nir_to_spirv() 4429 ctx.num_defs = entry->ssa_alloc; in nir_to_spirv() 4431 nir_index_local_regs(entry); in nir_to_spirv() 4433 sizeof(SpvId), entry in nir_to_spirv() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.c | 1023 * bits 1-3 = block fetch table entry 1028 * bits 1-3 = block fetch table entry 1037 * bits 1-4 = block fetch table entry (note extra bit) 1277 /* Add an entry into h->dev[] array. */ 1354 * Update an entry in h->dev[] array. 1357 int entry, struct hpsa_scsi_dev_t *new_entry) in hpsa_scsi_update_entry() 1360 BUG_ON(entry < 0 || entry >= HPSA_MAX_DEVICES); in hpsa_scsi_update_entry() 1363 h->dev[entry]->raid_level = new_entry->raid_level; in hpsa_scsi_update_entry() 1368 h->dev[entry] in hpsa_scsi_update_entry() 1356 hpsa_scsi_update_entry(struct ctlr_info *h, int entry, struct hpsa_scsi_dev_t *new_entry) hpsa_scsi_update_entry() argument 1409 hpsa_scsi_replace_entry(struct ctlr_info *h, int entry, struct hpsa_scsi_dev_t *new_entry, struct hpsa_scsi_dev_t *added[], int *nadded, struct hpsa_scsi_dev_t *removed[], int *nremoved) hpsa_scsi_replace_entry() argument 1436 hpsa_scsi_remove_entry(struct ctlr_info *h, int entry, struct hpsa_scsi_dev_t *removed[], int *nremoved) hpsa_scsi_remove_entry() argument 1921 int i, entry, device_change, changes = 0; adjust_hpsa_scsi_table() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa.c | 1026 * bits 1-3 = block fetch table entry 1031 * bits 1-3 = block fetch table entry 1040 * bits 1-4 = block fetch table entry (note extra bit) 1283 /* Add an entry into h->dev[] array. */ 1360 * Update an entry in h->dev[] array. 1363 int entry, struct hpsa_scsi_dev_t *new_entry) in hpsa_scsi_update_entry() 1366 BUG_ON(entry < 0 || entry >= HPSA_MAX_DEVICES); in hpsa_scsi_update_entry() 1369 h->dev[entry]->raid_level = new_entry->raid_level; in hpsa_scsi_update_entry() 1374 h->dev[entry] in hpsa_scsi_update_entry() 1362 hpsa_scsi_update_entry(struct ctlr_info *h, int entry, struct hpsa_scsi_dev_t *new_entry) hpsa_scsi_update_entry() argument 1415 hpsa_scsi_replace_entry(struct ctlr_info *h, int entry, struct hpsa_scsi_dev_t *new_entry, struct hpsa_scsi_dev_t *added[], int *nadded, struct hpsa_scsi_dev_t *removed[], int *nremoved) hpsa_scsi_replace_entry() argument 1442 hpsa_scsi_remove_entry(struct ctlr_info *h, int entry, struct hpsa_scsi_dev_t *removed[], int *nremoved) hpsa_scsi_remove_entry() argument 1927 int i, entry, device_change, changes = 0; adjust_hpsa_scsi_table() local [all...] |
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | powernow-k7.c | 165 static void invalidate_entry(unsigned int entry) in invalidate_entry() argument 167 powernow_table[entry].frequency = CPUFREQ_ENTRY_INVALID; in invalidate_entry()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | kernel_ex.S | 130 | This entry point is used by all routines requiring unfl, inex2, 133 | On entry, a0 points to the exceptional operand. The final exceptional 182 | This entry is used by scale to force catastrophic overflow. The 361 | this is the entry point
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | entry-common.S | 3 * linux/arch/arm/kernel/entry-common.S 20 #include <mach/entry-macro.S> 26 #include "entry-header.S" 37 .section .entry.text,"ax",%progbits 272 * Reload the registers that may have been corrupted on entry to 352 .error "Duplicated/unorded system call entry"
|
H A D | entry-header.S | 60 * ARMv7-M exception entry/exit macros. 72 * are disabled during entry and reenabled in the exit macro. 79 @ exception entry. Depending on the mode the cpu was in when the 321 @ monitor is part of the exception entry and exit sequence.
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | cpufeature.h | 348 * invoked only if the corresponding entry "matches()". 365 * Iterate over each entry to see if at least one matches. 368 cpucap_multi_entry_cap_matches(const struct arm64_cpu_capabilities *entry, in cpucap_multi_entry_cap_matches() argument 373 for (caps = entry->match_list; caps->matches; caps++) in cpucap_multi_entry_cap_matches()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | eeh.h | 105 list_for_each_entry_safe(edev, tmp, &pe->edevs, entry) 143 struct list_head entry; /* Membership in eeh_pe.edevs */ member
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | pci-alchemy.c | 37 /* tools for wired entry for config space access */ 72 static void mod_wired_entry(int entry, unsigned long entrylo0, in mod_wired_entry() argument 82 write_c0_index(entry); in mod_wired_entry() 458 * problem in get_vm_area(). Instead we use one wired TLB entry to in alchemy_pci_probe()
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/ |
H A D | entry.S | 3 * arch/sh/kernel/cpu/sh2a/entry.S 5 * The SH-2A exception entry 8 * Based on arch/sh/kernel/cpu/sh2/entry.S 33 #include <asm/entry-macros.S> 148 bra system_call ! jump common systemcall entry 152 /* Unwind the stack and jmp to the debug entry */ 234 #include "../../entry-common.S"
|
/kernel/linux/linux-5.10/arch/s390/pci/ |
H A D | pci_irq.c | 104 struct msi_desc *entry = irq_get_msi_desc(data->irq); in zpci_set_irq_affinity() local 105 struct msi_msg msg = entry->msg; in zpci_set_irq_affinity()
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry-compact.S | 60 #include <asm/entry.h> 79 /* Each entry in the vector table must occupy 2 words. Since it is a jump 317 #include "entry.S" 323 ; All 2 entry points to here already disable interrupts
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | nbio_v7_4.c | 396 struct amdgpu_iv_entry *entry) in nbio_v7_4_process_ras_controller_irq() 432 struct amdgpu_iv_entry *entry) in nbio_v7_4_process_err_event_athub_irq() 394 nbio_v7_4_process_ras_controller_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) nbio_v7_4_process_ras_controller_irq() argument 430 nbio_v7_4_process_err_event_athub_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) nbio_v7_4_process_err_event_athub_irq() argument
|
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.h | 553 struct mv88e6xxx_vtu_entry *entry); 555 struct mv88e6xxx_vtu_entry *entry);
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | cpufeature.h | 376 * invoked only if the corresponding entry "matches()". 393 * Iterate over each entry to see if at least one matches. 396 cpucap_multi_entry_cap_matches(const struct arm64_cpu_capabilities *entry, in cpucap_multi_entry_cap_matches() argument 401 for (caps = entry->match_list; caps->matches; caps++) in cpucap_multi_entry_cap_matches()
|