/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-v7m.S | 79 1: str r0, [r3] @ clean D entry 130 ldr r5, [r12, #11 * 4] @ read the SVC vector entry 131 str r1, [r12, #11 * 4] @ write the temporary SVC vector entry 141 str r5, [r12, #11 * 4] @ restore the original SVC vector entry
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | sgetem.S | 4 | The entry point sGETEXP returns the exponent portion 10 | The entry point sGETMAN extracts the mantissa of the 39 | This entry point is used by the unimplemented instruction exception 65 | This entry point is used by the unimplemented instruction exception
|
/kernel/linux/linux-6.6/arch/microblaze/include/asm/ |
H A D | pgtable.h | 75 * instruction and data sides share a unified, 64-entry, semi-associative 77 * instruction side has a hardware-managed, 2,4, or 8-entry, fully-associative 84 * 1024-entry pgdir pointing to 1-page 1024-entry PTE pages. -- paulus 88 /* PGDIR_SHIFT determines what a top-level page table entry can map */ 137 * before the TLB entry is loaded. 277 * Conversion functions: convert a page and protection to a page entry, 278 * and a page entry and page directory to the page they refer to. 373 /* Convert pmd entry to page */ 374 /* our pmd entry i [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | sgetem.S | 4 | The entry point sGETEXP returns the exponent portion 10 | The entry point sGETMAN extracts the mantissa of the 39 | This entry point is used by the unimplemented instruction exception 65 | This entry point is used by the unimplemented instruction exception
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | rstFlatTable.py | 201 entry = nodes.entry(**attributes) 202 entry.extend(cellElements) 203 row += entry
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | entry-arcv2.S | 9 #include <asm/entry.h> /* SAVE_ALL_{INT1,INT2,TRAP...} */ 170 #include "entry.S" 176 ; All 2 entry points to here already disable interrupts 186 ld r0, [sp, PT_status32] ; U/K mode at time of entry 230 ; entry was via Exception in DS which got preempted in kernel).
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-v7m.S | 79 1: str r0, [r3] @ clean D entry 130 ldr r5, [r12, #11 * 4] @ read the SVC vector entry 131 str r1, [r12, #11 * 4] @ write the temporary SVC vector entry 141 str r5, [r12, #11 * 4] @ restore the original SVC vector entry
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | debug.h | 27 #define DEBUG_DATA(entry) (char *)(entry + 1) /* data is stored behind */ 28 /* the entry information */ 68 debug_entry_t *entry, 84 int area, debug_entry_t *entry, char *out_buf); 139 * debug_event() - writes binary debug entry to active debug area 144 * @data: pointer to data for debug entry 148 * - Address of written debug entry 160 * debug_int_event() - writes unsigned integer debug entry to active debug area 165 * @tag: integer value for debug entry [all...] |
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | kprobes.c | 324 const struct exception_table_entry *entry; in kprobe_fault_handler() local 353 entry = search_exception_tables(regs->tpc); in kprobe_fault_handler() 354 if (entry) { in kprobe_fault_handler() 355 regs->tpc = entry->fixup; in kprobe_fault_handler()
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 276 * Conversion functions: convert a page and protection to a page entry, 277 * and a page entry and page directory to the page they refer to. 336 static inline unsigned long __swp_type(swp_entry_t entry) in __swp_type() argument 338 return (entry.val >> SRMMU_SWP_TYPE_SHIFT) & SRMMU_SWP_TYPE_MASK; in __swp_type() 341 static inline unsigned long __swp_offset(swp_entry_t entry) in __swp_offset() argument 343 return (entry.val >> SRMMU_SWP_OFF_SHIFT) & SRMMU_SWP_OFF_MASK; in __swp_offset()
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | fault_32.c | 232 const struct exception_table_entry *entry; in do_sparc_fault() local 234 entry = search_exception_tables(regs->pc); in do_sparc_fault() 239 regs->pc, entry->fixup); in do_sparc_fault() 241 regs->pc = entry->fixup; in do_sparc_fault()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | syscon.c | 160 struct syscon *entry, *syscon = NULL; in device_node_get_regmap() local 164 list_for_each_entry(entry, &syscon_list, list) in device_node_get_regmap() 165 if (entry->np == np) { in device_node_get_regmap() 166 syscon = entry; in device_node_get_regmap()
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | fault.c | 37 unsigned int entry; in find_free_sste() local 47 for (entry = 0, sste = primary; entry < 8; entry++, sste++) { in find_free_sste() 56 /* Nothing free, select an entry to cast out */ in find_free_sste() 140 * hash page table entry. This function get called with a in cxl_handle_mm_fault()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | mem.c | 58 int entry; in mlx5_ib_cont_pages() local 66 for_each_sg(umem->sg_head.sgl, sg, umem->nmap, entry) { in mlx5_ib_cont_pages() 128 int entry; in __mlx5_ib_populate_pas() local 131 for_each_sg(umem->sg_head.sgl, sg, umem->nmap, entry) { in __mlx5_ib_populate_pas()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm_pci.c | 209 const struct ahc_pci_identity *entry; in ahc_linux_pci_dev_probe() local 215 entry = ahc_find_pci_device(pci); in ahc_linux_pci_dev_probe() 216 if (entry == NULL) in ahc_linux_pci_dev_probe() 254 error = ahc_pci_config(ahc, entry); in ahc_linux_pci_dev_probe()
|
H A D | aic79xx_osm_pci.c | 162 const struct ahd_pci_identity *entry; in ahd_linux_pci_dev_probe() local 168 entry = ahd_find_pci_device(pci); in ahd_linux_pci_dev_probe() 169 if (entry == NULL) in ahd_linux_pci_dev_probe() 208 error = ahd_pci_config(ahd, entry); in ahd_linux_pci_dev_probe()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_immediate.c | 279 struct flow_action_entry *entry; in nft_immediate_offload_verdict() local 282 entry = &flow->rule->action.entries[ctx->num_actions++]; in nft_immediate_offload_verdict() 287 entry->id = FLOW_ACTION_ACCEPT; in nft_immediate_offload_verdict() 290 entry->id = FLOW_ACTION_DROP; in nft_immediate_offload_verdict()
|
/kernel/linux/linux-5.10/tools/testing/radix-tree/ |
H A D | test.c | 258 void *entry; in item_kill_tree() local 260 xas_for_each(&xas, entry, ULONG_MAX) { in item_kill_tree() 261 if (!xa_is_value(entry)) { in item_kill_tree() 262 item_free(entry, xas.xa_index); in item_kill_tree()
|
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | tunnels.c | 87 struct nlattr *ports, *table, *entry; in ethnl_tunnel_info_fill_reply() local 138 entry = nla_nest_start(skb, ETHTOOL_A_TUNNEL_UDP_TABLE_ENTRY); in ethnl_tunnel_info_fill_reply() 146 nla_nest_end(skb, entry); in ethnl_tunnel_info_fill_reply() 155 nla_nest_cancel(skb, entry); in ethnl_tunnel_info_fill_reply()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_iommu_v2.c | 98 u32 entry = lower_32_bits(paddr) | MMUv2_PTE_PRESENT; in etnaviv_iommuv2_map() local 104 entry |= (upper_32_bits(paddr) & 0xff) << 4; in etnaviv_iommuv2_map() 107 entry |= MMUv2_PTE_WRITEABLE; in etnaviv_iommuv2_map() 116 v2_context->stlb_cpu[mtlb_entry][stlb_entry] = entry; in etnaviv_iommuv2_map()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/ |
H A D | base.c | 229 struct nvbios_power_budget_entry entry; in nvkm_iccsense_oneinit() local 231 budget.cap_entry, &entry); in nvkm_iccsense_oneinit() 233 iccsense->power_w_max = entry.avg_w; in nvkm_iccsense_oneinit() 234 iccsense->power_w_crit = entry.max_w; in nvkm_iccsense_oneinit()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_streamoutput.c | 378 struct vmw_dx_streamoutput *entry, *next; in vmw_dx_streamoutput_cotable_list_scrub() local 382 list_for_each_entry_safe(entry, next, list, cotable_head) { in vmw_dx_streamoutput_cotable_list_scrub() 383 WARN_ON(vmw_dx_streamoutput_scrub(&entry->res)); in vmw_dx_streamoutput_cotable_list_scrub() 385 entry->committed =false; in vmw_dx_streamoutput_cotable_list_scrub()
|
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | remoteproc_coredump.c | 28 struct rproc_dump_segment *entry, *tmp; in rproc_coredump_cleanup() local 30 list_for_each_entry_safe(entry, tmp, &rproc->dump_segments, node) { in rproc_coredump_cleanup() 31 list_del(&entry->node); in rproc_coredump_cleanup() 32 kfree(entry); in rproc_coredump_cleanup()
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | fault.c | 37 unsigned int entry; in find_free_sste() local 47 for (entry = 0, sste = primary; entry < 8; entry++, sste++) { in find_free_sste() 56 /* Nothing free, select an entry to cast out */ in find_free_sste() 140 * hash page table entry. This function get called with a in cxl_handle_mm_fault()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | syscon.c | 174 struct syscon *entry, *syscon = NULL; in device_node_get_regmap() local 178 list_for_each_entry(entry, &syscon_list, list) in device_node_get_regmap() 179 if (entry->np == np) { in device_node_get_regmap() 180 syscon = entry; in device_node_get_regmap()
|