/kernel/linux/linux-5.10/arch/xtensa/mm/ |
H A D | fault.c | 242 const struct exception_table_entry *entry; in bad_page_fault() local 245 if ((entry = search_exception_tables(regs->pc)) != NULL) { in bad_page_fault() 247 current->comm, regs->pc, entry->fixup); in bad_page_fault() 249 regs->pc = entry->fixup; in bad_page_fault()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_pmu.c | 34 /* record to keep track of pmu entry per pmu type per device */ 36 struct list_head entry; member 242 list_add_tail(&pmu_entry->entry, &amdgpu_pmu_list); in init_pmu_by_type() 274 list_for_each_entry_safe(pe, temp, &amdgpu_pmu_list, entry) { in amdgpu_pmu_fini() 276 list_del(&pe->entry); in amdgpu_pmu_fini()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | pci.c | 99 struct resource_entry *entry, *tmp; in pci_acpi_root_prepare_resources() local 103 resource_list_for_each_entry_safe(entry, tmp, &ci->resources) { in pci_acpi_root_prepare_resources() 104 if (!(entry->res->flags & IORESOURCE_WINDOW)) in pci_acpi_root_prepare_resources() 105 resource_list_destroy_entry(entry); in pci_acpi_root_prepare_resources()
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | kasan_init.c | 45 pte_t entry; in kasan_pte_populate() local 61 entry = pfn_pte(virt_to_pfn(p), in kasan_pte_populate() 71 entry = pfn_pte(virt_to_pfn(kasan_early_shadow_page), in kasan_pte_populate() 76 * first entry is already set, they must all be set. in kasan_pte_populate() 81 set_pte_at(&init_mm, addr, ptep, entry); in kasan_pte_populate()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | Makefile | 19 obj-y := elf.o entry-common.o irq.o opcodes.o \ 36 obj-y += entry-v7m.o v7m.o 38 obj-y += entry-armv.o 58 obj-$(CONFIG_FUNCTION_TRACER) += entry-ftrace.o
|
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | ccp-crypto.h | 36 struct list_head entry; member 44 struct list_head entry; member 52 struct list_head entry; member 65 struct list_head entry; member
|
/kernel/linux/linux-6.6/arch/loongarch/mm/ |
H A D | init.c | 133 pmd_t entry; in vmemmap_set_pmd() local 135 entry = pfn_pmd(virt_to_pfn(p), PAGE_KERNEL); in vmemmap_set_pmd() 136 pmd_val(entry) |= _PAGE_HUGE | _PAGE_HGLOBAL; in vmemmap_set_pmd() 137 set_pmd_at(&init_mm, addr, pmd, entry); in vmemmap_set_pmd()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | pci.c | 112 struct resource_entry *entry, *tmp; in pci_acpi_root_prepare_resources() local 116 resource_list_for_each_entry_safe(entry, tmp, &ci->resources) { in pci_acpi_root_prepare_resources() 117 if (!(entry->res->flags & IORESOURCE_WINDOW)) in pci_acpi_root_prepare_resources() 118 resource_list_destroy_entry(entry); in pci_acpi_root_prepare_resources()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | Makefile | 20 obj-y := elf.o entry-common.o irq.o opcodes.o \ 37 obj-y += entry-v7m.o v7m.o 39 obj-y += entry-armv.o 58 obj-$(CONFIG_FUNCTION_TRACER) += entry-ftrace.o
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | kasan_init.c | 44 pte_t entry; in kasan_pte_populate() local 60 entry = pfn_pte(virt_to_pfn(p), in kasan_pte_populate() 70 entry = pfn_pte(virt_to_pfn(kasan_early_shadow_page), in kasan_pte_populate() 75 * first entry is already set, they must all be set. in kasan_pte_populate() 80 set_pte_at(&init_mm, addr, ptep, entry); in kasan_pte_populate()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | unaligned_32.c | 217 const struct exception_table_entry *entry; in kernel_mna_trap_fault() local 219 entry = search_exception_tables(regs->pc); in kernel_mna_trap_fault() 220 if (!entry) { in kernel_mna_trap_fault() 236 regs->pc = entry->fixup; in kernel_mna_trap_fault()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-devtrace-io.h | 160 __field(u32, entry) 167 __entry->entry = msix_entry->entry; 172 TP_printk("entry:%d defirq:%d fh:0x%x, hw:0x%x", 173 __entry->entry, __entry->defirq,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00queue.h | 214 * struct txdone_entry_desc: TX done entry descriptor 228 * enum txentry_desc_flags: Status flags for TX entry descriptor 329 * enum queue_entry_flags: Status flags for queue entry 331 * @ENTRY_BCN_ASSIGNED: This entry has been assigned to an interface. 332 * As long as this bit is set, this entry may only be touched 334 * @ENTRY_OWNER_DEVICE_DATA: This entry is owned by the device for data 335 * transfer (either TX or RX depending on the queue). The entry should 337 * @ENTRY_DATA_PENDING: This entry contains a valid frame and is waiting 342 * @ENTRY_DATA_STATUS_PENDING: The entry has been send to the device and 344 * entry ca 626 rt2x00queue_dma_timeout(struct queue_entry *entry) rt2x00queue_dma_timeout() argument [all...] |
/kernel/linux/linux-5.10/net/netlabel/ |
H A D | netlabel_addrlist.h | 98 int netlbl_af4list_add(struct netlbl_af4list *entry, 102 void netlbl_af4list_remove_entry(struct netlbl_af4list *entry); 165 int netlbl_af6list_add(struct netlbl_af6list *entry, 170 void netlbl_af6list_remove_entry(struct netlbl_af6list *entry);
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | inqueue.c | 148 struct list_head *entry; in sctp_inq_pop() local 152 entry = sctp_list_dequeue(&queue->in_chunk_list); in sctp_inq_pop() 153 if (!entry) in sctp_inq_pop() 156 chunk = list_entry(entry, struct sctp_chunk, list); in sctp_inq_pop()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | qcom_scm.h | 67 extern int qcom_scm_set_cold_boot_addr(void *entry, const cpumask_t *cpus); 68 extern int qcom_scm_set_warm_boot_addr(void *entry, const cpumask_t *cpus); 118 static inline int qcom_scm_set_cold_boot_addr(void *entry, in qcom_scm_set_cold_boot_addr() argument 120 static inline int qcom_scm_set_warm_boot_addr(void *entry, in qcom_scm_set_warm_boot_addr() argument
|
H A D | init.h | 122 static inline initcall_t initcall_from_entry(initcall_entry_t *entry) in initcall_from_entry() argument 124 return offset_to_ptr(entry); in initcall_from_entry() 129 static inline initcall_t initcall_from_entry(initcall_entry_t *entry) in initcall_from_entry() argument 131 return *entry; in initcall_from_entry()
|
/kernel/linux/linux-5.10/sound/firewire/tascam/ |
H A D | amdtp-tascam.c | 158 struct snd_firewire_tascam_change *entry = in read_status_messages() local 163 entry->index = index; in read_status_messages() 164 entry->before = before; in read_status_messages() 165 entry->after = after; in read_status_messages()
|
/kernel/linux/linux-5.10/mm/ |
H A D | mincore.c | 129 else { /* pte is a swap entry */ in mincore_pte_range() 130 swp_entry_t entry = pte_to_swp_entry(pte); in mincore_pte_range() local 132 if (non_swap_entry(entry)) { in mincore_pte_range() 140 *vec = mincore_page(swap_address_space(entry), in mincore_pte_range() 141 swp_offset(entry)); in mincore_pte_range()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_mm.h | 355 * @entry: &struct drm_mm_node to assign to in each iteration step 361 #define drm_mm_for_each_node(entry, mm) \ 362 list_for_each_entry(entry, drm_mm_nodes(mm), node_list) 366 * @entry: &struct drm_mm_node to assign to in each iteration step 373 #define drm_mm_for_each_node_safe(entry, next, mm) \ 374 list_for_each_entry_safe(entry, next, drm_mm_nodes(mm), node_list) 384 * with list_for_each(), so not save against removal of elements. @entry is used
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_vlan_mode.c | 36 DECLARE_BITMAP(entry, ICE_META_INIT_BITS); in ice_pkg_get_supported_vlan_mode() 42 arr[i] = le32_to_cpu(sect->entry.bm[i]); in ice_pkg_get_supported_vlan_mode() 44 bitmap_from_arr32(entry, arr, (u16)ICE_META_INIT_BITS); in ice_pkg_get_supported_vlan_mode() 47 *dvm = test_bit(ICE_META_VLAN_MODE_BIT, entry); in ice_pkg_get_supported_vlan_mode()
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_mm.h | 357 * @entry: &struct drm_mm_node to assign to in each iteration step 363 #define drm_mm_for_each_node(entry, mm) \ 364 list_for_each_entry(entry, drm_mm_nodes(mm), node_list) 368 * @entry: &struct drm_mm_node to assign to in each iteration step 375 #define drm_mm_for_each_node_safe(entry, next, mm) \ 376 list_for_each_entry_safe(entry, next, drm_mm_nodes(mm), node_list) 386 * with list_for_each(), so not save against removal of elements. @entry is used
|
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | ccp-crypto.h | 37 struct list_head entry; member 45 struct list_head entry; member 53 struct list_head entry; member 66 struct list_head entry; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-devtrace-io.h | 155 __field(u32, entry) 162 __entry->entry = msix_entry->entry; 167 TP_printk("entry:%d defirq:%d fh:0x%x, hw:0x%x", 168 __entry->entry, __entry->defirq,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00queue.h | 214 * struct txdone_entry_desc: TX done entry descriptor 228 * enum txentry_desc_flags: Status flags for TX entry descriptor 329 * enum queue_entry_flags: Status flags for queue entry 331 * @ENTRY_BCN_ASSIGNED: This entry has been assigned to an interface. 332 * As long as this bit is set, this entry may only be touched 334 * @ENTRY_OWNER_DEVICE_DATA: This entry is owned by the device for data 335 * transfer (either TX or RX depending on the queue). The entry should 337 * @ENTRY_DATA_PENDING: This entry contains a valid frame and is waiting 342 * @ENTRY_DATA_STATUS_PENDING: The entry has been send to the device and 344 * entry ca 626 rt2x00queue_dma_timeout(struct queue_entry *entry) rt2x00queue_dma_timeout() argument [all...] |