Searched refs:global (Results 176 - 200 of 329) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/boot/dts/fsl/
H A Dmpc8544si-post.dtsi186 global-utilities@e0000 {
H A Dp1021si-post.dtsi172 global-utilities@e0000 {
H A Dmpc8568si-post.dtsi187 global-utilities@e0000 {
H A Dmpc8569si-post.dtsi175 global-utilities@e0000 {
H A Dp1023si-post.dtsi302 global-utilities@e0000 {
/linux-master/arch/microblaze/kernel/
H A Dhead.S42 .global empty_zero_page
46 .global swapper_pg_dir
H A Dhw_exception_handler.S254 .global exception_debug_table
311 .global _hw_exception_handler
743 .global tlb_skip
826 .global _unaligned_data_exception
931 .global ex_handler_unhandled
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_entry.S34 .global kvmppc_hcall
65 .global kvmppc_interrupt
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_global_state.c91 list_add_tail(&obj->head, &dev_priv->display.global.obj_list);
98 list_for_each_entry_safe(obj, next, &dev_priv->display.global.obj_list, head) {
187 drm_dbg_atomic(&i915->drm, "Added new global object %p state %p to %p\n",
361 drm_err(&i915->drm, "global state timed out\n");
/linux-master/kernel/time/
H A Dtimer.c2044 * it in the local expiry value. The next global event is irrelevant in
2057 * * The remote callers will only take care of the global timers
2059 * updating tevt->global with the already missed first global
2062 * * The local callers will ignore the tevt->global anyway, when
2066 tevt->global = tevt->local;
2073 * If the local queue expires first, then the global event can be
2074 * ignored. If the global queue is empty, nothing to do either.
2077 tevt->global = basem + (u64)(nextevt_global - basej) * TICK_NSEC;
2093 * Stores the next pending local and global time
[all...]
/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S74 # global interrupt enable bits in STATUS32 (.IE for 1 prio, .E[] for 2 prio)
165 .global call_do_page_fault
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-param.c42 dst = &is->is_p_region->parameter.global.shotmode;
43 src = &is->config[is->config_index].global.shotmode;
666 struct global_param *global; local
674 global = &is->config[index].global;
681 global->shotmode.cmd = 1;
H A Dfimc-is.h221 struct global_param global; member in struct:chain_config
/linux-master/net/devlink/
H A Ddpipe.c22 .global = true,
39 .global = true,
56 .global = true,
75 nla_put_u8(skb, DEVLINK_ATTR_DPIPE_HEADER_GLOBAL, header->global))
123 nla_put_u8(skb, DEVLINK_ATTR_DPIPE_HEADER_GLOBAL, header->global))
627 nla_put_u8(skb, DEVLINK_ATTR_DPIPE_HEADER_GLOBAL, header->global))
/linux-master/arch/sparc/kernel/
H A Dhead_32.S67 .global root_flags
68 .global ram_flags
69 .global root_dev
70 .global sparc_ramdisk_image
71 .global sparc_ramdisk_size
H A Dtrampoline_32.S148 .global leon_smp_cpu_startup, smp_penguin_ctable
/linux-master/drivers/scsi/cxlflash/
H A Dmain.c1236 port_sel = readq_be(&afu->afu_map->global.regs.afu_port_sel);
1238 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel);
1255 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel);
1273 /* global async interrupts: AFU clears afu_ctrl on context exit
1281 writeq_be(-1ULL, &afu->afu_map->global.regs.aintr_mask);
1287 writeq_be(reg, &afu->afu_map->global.regs.afu_ctrl);
1289 writeq_be(-1ULL, &afu->afu_map->global.regs.aintr_clear);
1292 writeq_be(SISL_ASTATUS_MASK, &afu->afu_map->global.regs.aintr_mask);
1295 writeq_be(-1ULL, &afu->afu_map->global.regs.aintr_clear);
1550 struct sisl_global_map __iomem *global local
[all...]
H A Dcommon.h312 return &afu->afu_map->global.bank[CHAN2PORTBANK(i)];
/linux-master/arch/m68k/fpsp040/
H A Dssin.S151 .global ssind
156 .global scosd
168 .global ssin
174 .global scos
523 .global ssincosd
531 .global ssincos
H A Dutil.S30 .global g_dfmtou
31 .global g_opcls
32 .global g_rndpr
33 .global get_fline
34 .global reg_dest
79 .global ovf_r_k
101 .global ovf_r_x2
166 .global ovf_r_x3
180 .global ovf_res
510 .global unf_su
[all...]
H A Dx_fline.S31 .global fpsp_fline
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_buffer.c377 if (gpu->mmu_context->global->version == ETNAVIV_IOMMU_V1)
407 if (gpu->mmu_context->global->version == ETNAVIV_IOMMU_V1) {
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dvt.c234 gid->global.subnet_prefix = rvp->gid_prefix;
237 &gid->global.interface_id);
/linux-master/arch/riscv/kernel/
H A Dhead.S73 .global relocate_enable_mmu
113 /* Reload the global pointer */
128 .global secondary_start_sbi
134 /* Load the global pointer */
226 /* Load the global pointer */
/linux-master/arch/xtensa/kernel/
H A Dhead.S82 .global _SetupMMU

Completed in 413 milliseconds

1234567891011>>