/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | kprobes.c | 25 #include "entry.h" 430 const struct exception_table_entry *entry; in kprobe_trap_handler() local 469 entry = s390_search_extables(regs->psw.addr); in kprobe_trap_handler() 470 if (entry && ex_handle(entry, regs)) in kprobe_trap_handler()
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-arm940.S | 184 2: mcr p15, 0, r3, c7, c6, 2 @ flush D entry 207 2: mcr p15, 0, r3, c7, c10, 2 @ clean D entry 231 mcr p15, 0, r3, c7, c14, 2 @ clean/flush D entry 233 mcr p15, 0, r3, c7, c6, 2 @ invalidate D entry
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry-arcv2.S | 9 #include <asm/entry.h> /* SAVE_ALL_{INT1,INT2,TRAP...} */ 184 #include "entry.S" 190 ; All 2 entry points to here already disable interrupts 200 ld r0, [sp, PT_status32] ; U/K mode at time of entry 244 ; entry was via Exception in DS which got preempted in kernel).
|
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | turris-mox-rwtm.c | 436 struct dentry *root, *entry; in rwtm_register_debugfs() local 443 entry = debugfs_create_file_unsafe("do_sign", 0600, root, rwtm, in rwtm_register_debugfs() 445 if (IS_ERR(entry)) in rwtm_register_debugfs() 453 return PTR_ERR(entry); in rwtm_register_debugfs()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | jpeg_v3_0.c | 514 struct amdgpu_iv_entry *entry) in jpeg_v3_0_process_interrupt() 518 switch (entry->src_id) { in jpeg_v3_0_process_interrupt() 524 entry->src_id, entry->src_data[0]); in jpeg_v3_0_process_interrupt() 512 jpeg_v3_0_process_interrupt(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) jpeg_v3_0_process_interrupt() argument
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | pm-cps.c | 25 * cps_nc_entry_fn - type of a generated non-coherent state entry function 33 * is non-zero and this is the entry function for the CPS_PM_NC_WAIT state, 36 * the entry function for CPS_PM_NC_WAIT. 41 * The entry point of the generated non-coherent idle state entry/exit 60 * Used to synchronize entry to deep idle states. Actually per-core rather 118 cps_nc_entry_fn entry; in cps_pm_enter_state() local 122 /* Check that there is an entry function for this state */ in cps_pm_enter_state() 123 entry = per_cpu(nc_asm_enter, core)[state]; in cps_pm_enter_state() 124 if (!entry) in cps_pm_enter_state() [all...] |
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | pgtable.h | 122 * PGDIR_SHIFT determines what a first-level page table entry can map. 212 * table entry (pte). 341 /* Look up a pgd entry in the gate area. On IA-64, the gate-area 420 #define __swp_type(entry) (((entry).val >> 1) & 0x3f) 421 #define __swp_offset(entry) (((entry).val << 1) >> 9)
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | wrapper | 529 # Some platforms need the zImage's entry point and base address 531 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3` 544 ${CROSS}objcopy -O aixcoff-rs6000 --set-start "$entry" "$ofile" 549 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a "$base" -e "$entry" \ 554 $objbin/mktree "$ofile.elf" "$ofile" "$base" "$entry" 565 # suitable bootwrapper entry at 0x100. To construct the final rom 568 # bootwrapper entry code at symbol __system_reset_overlay is then
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | timestamping.c | 264 struct iovec entry; in recvpacket() local 273 msg.msg_iov = &entry; in recvpacket() 275 entry.iov_base = data; in recvpacket() 276 entry.iov_len = sizeof(data); in recvpacket()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-arm940.S | 184 2: mcr p15, 0, r3, c7, c6, 2 @ flush D entry 207 2: mcr p15, 0, r3, c7, c10, 2 @ clean D entry 231 mcr p15, 0, r3, c7, c14, 2 @ clean/flush D entry 233 mcr p15, 0, r3, c7, c6, 2 @ invalidate D entry
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | mce.c | 271 const struct exception_table_entry *entry; in mce_common_process_ue() local 273 entry = search_kernel_exception_table(regs->nip); in mce_common_process_ue() 274 if (entry) { in mce_common_process_ue() 276 regs_set_return_ip(regs, extable_fixup(entry)); in mce_common_process_ue()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | fault.c | 327 * removing the hash page table entry, thus resulting in a DSISR_NOHPTE in sanity_check_fault() 331 * entry invalidate and hence can result in DSISR_PROTFAULT. in sanity_check_fault() 583 /* Same as do_page_fault but interrupt entry has already run in do_hash_fault */ 642 const struct exception_table_entry *entry; in bad_page_fault() local 645 entry = search_exception_tables(instruction_pointer(regs)); in bad_page_fault() 646 if (entry) in bad_page_fault() 647 instruction_pointer_set(regs, extable_fixup(entry)); in bad_page_fault()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | pci_msi.c | 126 struct msi_desc *entry) in sparc64_setup_msi_irq() 151 (entry->pci.msi_attrib.is_64 ? 1 : 0)); in sparc64_setup_msi_irq() 157 if (entry->pci.msi_attrib.is_64) { in sparc64_setup_msi_irq() 166 irq_set_msi_desc(*irq_p, entry); in sparc64_setup_msi_irq() 124 sparc64_setup_msi_irq(unsigned int *irq_p, struct pci_dev *pdev, struct msi_desc *entry) sparc64_setup_msi_irq() argument
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | fault_64.c | 235 const struct exception_table_entry *entry; in do_kernel_fault() local 237 entry = search_exception_tables(regs->tpc); in do_kernel_fault() 238 if (entry) { in do_kernel_fault() 239 regs->tpc = entry->fixup; in do_kernel_fault()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_vm.c | 345 struct drm_sg_mem *entry = dev->sg; in drm_vm_sg_fault() local 351 if (!entry) in drm_vm_sg_fault() 353 if (!entry->pagelist) in drm_vm_sg_fault() 359 page = entry->pagelist[page_offset]; in drm_vm_sg_fault() 442 * Search the \p vma private data entry in drm_device::vmalist, unlink it, and
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | adi-axi-adc.c | 68 struct list_head entry; member 206 list_add_tail(&cl->entry, ®istered_clients); in adi_axi_adc_conv_register() 219 list_del(&cl->entry); in adi_axi_adc_conv_unregister() 284 list_for_each_entry(cl, ®istered_clients, entry) { in adi_axi_adc_attach_client()
|
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_smbus.c | 22 #define RMI_SMB2_MAP_SIZE 8 /* 8 entry of 4 bytes each */ 91 struct mapping_table_entry *entry = &rmi_smb->mapping_table[i]; in rmi_smb_get_command_code() local 93 if (le16_to_cpu(entry->rmiaddr) == rmiaddr) { in rmi_smb_get_command_code() 95 if (entry->readcount == bytecount) in rmi_smb_get_command_code() 98 if (entry->flags & RMI_SMB2_MAP_FLAGS_WE) { in rmi_smb_get_command_code() 108 /* constructs mapping table data entry. 4 bytes each entry */ in rmi_smb_get_command_code()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | k10temp.c | 463 const struct tctl_offset *entry = &tctl_offset_table[i]; in k10temp_probe() local 465 if (boot_cpu_data.x86 == entry->model && in k10temp_probe() 466 strstr(boot_cpu_data.x86_model_id, entry->id)) { in k10temp_probe() 467 data->temp_offset = entry->offset; in k10temp_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_u32.c | 47 const struct cxgb4_match_field *entry, in fill_match_fields() 72 for (j = 0; entry[j].val; j++) { in fill_match_fields() 73 if (off == entry[j].off) { in fill_match_fields() 75 err = entry[j].val(fs, val, mask); in fill_match_fields() 172 /* Get a free filter entry TID, where we can insert this new in cxgb4_config_knode() 342 * entry in the bitmap to mark it as belonging to this linked in cxgb4_config_knode() 44 fill_match_fields(struct adapter *adap, struct ch_filter_specification *fs, struct tc_cls_u32_offload *cls, const struct cxgb4_match_field *entry, bool next_header) fill_match_fields() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_info.c | 172 struct hfa384x_hostscan_result *selected, *entry; in prism2_host_roaming() local 186 * Trivial roaming policy: just select the first entry. in prism2_host_roaming() 210 entry = &local->last_scan_results[i]; in prism2_host_roaming() 211 if (memcmp(local->preferred_ap, entry->bssid, 6) == 0) in prism2_host_roaming() 215 selected = entry; in prism2_host_roaming() 350 printk(KERN_DEBUG "%s: short HostScan result entry (%d/%d)\n", in prism2_info_hostscanresults()
|
/kernel/linux/linux-5.10/drivers/net/pcs/ |
H A D | pcs-xpcs.c | 689 struct xpcs_id *entry = &xpcs_id_list[i]; in xpcs_probe() local 691 if ((xpcs_id & entry->mask) == entry->id) { in xpcs_probe() 692 match = entry; in xpcs_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-qos.c | 324 struct tc_taprio_sched_entry *entry; in am65_cpsw_est_set_sched_list() local 333 entry = &est_new->taprio.entries[i]; in am65_cpsw_est_set_sched_list() 335 fetch_cnt = am65_est_cmd_ns_to_cnt(entry->interval, in am65_cpsw_est_set_sched_list() 337 fetch_allow = entry->gate_mask; in am65_cpsw_est_set_sched_list()
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | of.c | 355 struct resource_entry *entry; in devm_of_pci_get_host_bridge_resources() local 380 resource_list_for_each_entry(entry, ib_resources) in devm_of_pci_get_host_bridge_resources() 381 if (entry->res->start > res->start) in devm_of_pci_get_host_bridge_resources() 384 pci_add_resource_offset(&entry->node, res, in devm_of_pci_get_host_bridge_resources()
|
/kernel/linux/linux-5.10/net/netlabel/ |
H A D | netlabel_calipso.c | 273 * @entry: LSM domain mapping entry 283 static int netlbl_calipso_remove_cb(struct netlbl_dom_map *entry, void *arg) in netlbl_calipso_remove_cb() argument 287 if (entry->def.type == NETLBL_NLTYPE_CALIPSO && in netlbl_calipso_remove_cb() 288 entry->def.calipso->doi == cb_arg->doi) in netlbl_calipso_remove_cb() 289 return netlbl_domhsh_remove_entry(entry, cb_arg->audit_info); in netlbl_calipso_remove_cb() 495 * For each entry call @callback, if @callback returns a negative value stop 715 * calipso_cache_add - Add an entry to the CALIPSO cache 720 * Add a new entry into the CALIPSO label mapping cache.
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netfilter.h | 133 nf_hook_entry_hookfn(const struct nf_hook_entry *entry, struct sk_buff *skb, in nf_hook_entry_hookfn() argument 136 return entry->hook(entry->priv, skb, state); in nf_hook_entry_hookfn() 355 int nf_reroute(struct sk_buff *skb, struct nf_queue_entry *entry);
|