Home
last modified time | relevance | path

Searched refs:global (Results 1 – 200 of 628) sorted by relevance

1234

/linux-4.4.14/arch/sh/lib/
Dashiftrt.S41 .global __ashiftrt_r4_0
42 .global __ashiftrt_r4_1
43 .global __ashiftrt_r4_2
44 .global __ashiftrt_r4_3
45 .global __ashiftrt_r4_4
46 .global __ashiftrt_r4_5
47 .global __ashiftrt_r4_6
48 .global __ashiftrt_r4_7
49 .global __ashiftrt_r4_8
50 .global __ashiftrt_r4_9
[all …]
Dmovmem.S43 .global __movmem
44 .global __movstr
81 .global __movmemSI64
82 .global __movstrSI64
87 .global __movmemSI60
88 .global __movstrSI60
93 .global __movmemSI56
94 .global __movstrSI56
99 .global __movmemSI52
100 .global __movstrSI52
[all …]
Dudivsi3_i4i-Os.S42 .global __udivsi3_i4i
43 .global __udivsi3_i4
107 .global __sdivsi3_i4i
108 .global __sdivsi3_i4
109 .global __sdivsi3
Dudivsi3_i4i.S58 .global __udivsi3_i4i
59 .global __udivsi3_i4
176 .global __sdivsi3_i4i
177 .global __sdivsi3_i4
178 .global __sdivsi3
/linux-4.4.14/tools/testing/selftests/breakpoints/
Dbreakpoint_test.c52 int local, int global, int set) in toggle_breakpoint() argument
96 if (global) { in toggle_breakpoint()
203 int len, local, global, i; in trigger_tests() local
218 for (global = 0; global < 2; global++) { in trigger_tests()
219 if (!local && !global) in trigger_tests()
232 for (global = 0; global < 2; global++) { in trigger_tests()
233 if (!local && !global) in trigger_tests()
243 for (global = 0; global < 2; global++) { in trigger_tests()
244 if (!local && !global) in trigger_tests()
289 static void launch_instruction_breakpoints(char *buf, int local, int global) in launch_instruction_breakpoints() argument
[all …]
/linux-4.4.14/arch/powerpc/kernel/
Dkvm_emul.S59 .global kvm_template_start
62 .global kvm_emulate_mtmsrd
108 .global kvm_emulate_mtmsrd_branch_offs
112 .global kvm_emulate_mtmsrd_reg_offs
116 .global kvm_emulate_mtmsrd_orig_ins_offs
120 .global kvm_emulate_mtmsrd_len
128 .global kvm_emulate_mtmsr
185 .global kvm_emulate_mtmsr_branch_offs
189 .global kvm_emulate_mtmsr_reg1_offs
193 .global kvm_emulate_mtmsr_reg2_offs
[all …]
Depapr_hcalls.S33 .global epapr_ev_idle_start
49 .global epapr_hypercall_start
Didle_book3e.S88 .global epapr_ev_idle_start
/linux-4.4.14/sound/firewire/dice/
Ddice-proc.c90 } global; in dice_proc_read() member
126 quadlets = min_t(u32, sections[1], sizeof(buf.global) / 4); in dice_proc_read()
127 if (dice_proc_read_mem(dice, &buf.global, sections[0], quadlets) < 0) in dice_proc_read()
131 buf.global.owner_hi >> 16, in dice_proc_read()
132 buf.global.owner_hi & 0xffff, buf.global.owner_lo); in dice_proc_read()
133 snd_iprintf(buffer, " notification: %08x\n", buf.global.notification); in dice_proc_read()
134 dice_proc_fixup_string(buf.global.nick_name, NICK_NAME_SIZE); in dice_proc_read()
135 snd_iprintf(buffer, " nick name: %s\n", buf.global.nick_name); in dice_proc_read()
138 buf.global.clock_select & CLOCK_SOURCE_MASK), in dice_proc_read()
140 (buf.global.clock_select & CLOCK_RATE_MASK) in dice_proc_read()
[all …]
/linux-4.4.14/arch/avr32/kernel/
Dsyscall-stubs.S17 .global __sys_rt_sigsuspend
23 .global __sys_rt_sigreturn
29 .global __sys_mmap2
38 .global __sys_sendto
47 .global __sys_recvfrom
56 .global __sys_pselect6
65 .global __sys_splice
74 .global __sys_epoll_pwait
83 .global __sys_sync_file_range
92 .global __sys_fallocate
[all …]
Dentry-avr32b.S81 .global itlb_miss
95 .global tlb_miss_common
221 .global syscall_return
251 .global ret_from_fork
257 .global ret_from_kernel_thread
820 .global irq_level0
821 .global irq_level1
822 .global irq_level2
823 .global irq_level3
843 .global debug_trampoline
Dhead.S15 .global kernel_entry
Dswitch_to.S12 .global __switch_to
/linux-4.4.14/drivers/video/fbdev/core/
Dfb_cmdline.c84 int i, global = 0; in video_setup() local
87 global = 1; in video_setup()
89 if (!global && !strncmp(options, "ofonly", 6)) { in video_setup()
91 global = 1; in video_setup()
94 if (!global && !strchr(options, ':')) { in video_setup()
96 global = 1; in video_setup()
99 if (!global) { in video_setup()
/linux-4.4.14/drivers/scsi/cxlflash/
Dlunmgt.c103 list_for_each_entry_safe(gli, temp, &global.gluns, list) in lookup_global()
165 list_add(&gli->list, &global.gluns); in find_and_create_lun()
180 mutex_lock(&global.mutex); in cxlflash_term_local_luns()
185 mutex_unlock(&global.mutex); in cxlflash_term_local_luns()
193 INIT_LIST_HEAD(&global.gluns); in cxlflash_list_init()
194 mutex_init(&global.mutex); in cxlflash_list_init()
195 global.err_page = NULL; in cxlflash_list_init()
205 mutex_lock(&global.mutex); in cxlflash_term_global_luns()
206 list_for_each_entry_safe(gli, temp, &global.gluns, list) { in cxlflash_term_global_luns()
211 mutex_unlock(&global.mutex); in cxlflash_term_global_luns()
[all …]
Dmain.c1071 port_sel = readq_be(&afu->afu_map->global.regs.afu_port_sel); in afu_link_reset()
1073 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel); in afu_link_reset()
1090 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel); in afu_link_reset()
1153 writeq_be(-1ULL, &afu->afu_map->global.regs.aintr_mask); in afu_err_intr_init()
1159 writeq_be(reg, &afu->afu_map->global.regs.afu_ctrl); in afu_err_intr_init()
1161 writeq_be(-1ULL, &afu->afu_map->global.regs.aintr_clear); in afu_err_intr_init()
1164 writeq_be(SISL_ASTATUS_MASK, &afu->afu_map->global.regs.aintr_mask); in afu_err_intr_init()
1167 writeq_be(-1ULL, &afu->afu_map->global.regs.aintr_clear); in afu_err_intr_init()
1170 reg = readq_be(&afu->afu_map->global.fc_regs[0][FC_CONFIG2 / 8]); in afu_err_intr_init()
1174 writeq_be(reg, &afu->afu_map->global.fc_regs[0][FC_CONFIG2 / 8]); in afu_err_intr_init()
[all …]
Dsuperpipe.c32 struct cxlflash_global global; variable
65 mutex_lock(&global.mutex); in cxlflash_free_errpage()
66 if (global.err_page) { in cxlflash_free_errpage()
67 __free_page(global.err_page); in cxlflash_free_errpage()
68 global.err_page = NULL; in cxlflash_free_errpage()
70 mutex_unlock(&global.mutex); in cxlflash_free_errpage()
1029 struct page *err_page = global.err_page; in get_err_page()
1041 mutex_lock(&global.mutex); in get_err_page()
1042 if (likely(!global.err_page)) in get_err_page()
1043 global.err_page = err_page; in get_err_page()
[all …]
/linux-4.4.14/arch/m68k/coldfire/
Dhead.S104 .global _start
105 .global _rambase
106 .global _ramvec
107 .global _ramstart
108 .global _ramend
110 .global _init_sp
142 .global kernel_pg_dir
275 .global m68k_cputype
276 .global m68k_mmutype
277 .global m68k_fputype
[all …]
/linux-4.4.14/arch/metag/kernel/
Duser_gateway.S29 .global ___user_gateway_start
36 .global ___kuser_get_tls
48 .global ___kuser_get_tls_end
62 .global ___kuser_cmpxchg
94 .global ___kuser_cmpxchg_end
96 .global ___user_gateway_end
Dftrace_stub.S11 .global _mcount_wrapper
16 .global _ftrace_caller
24 .global _ftrace_call
35 .global _mcount_wrapper
60 .global _ftrace_stub
Dhead.S10 .global __start
42 .global __exit
49 .global _secondary_startup
Dtbiunexp.S6 .global ___TBIUnExpXXX
/linux-4.4.14/arch/m68k/fpsp040/
Ddo_func.S60 .global do_func
93 .global serror
103 .global snzrinx
115 .global szero
123 .global sinf
131 .global sone
139 .global spi_2
147 .global szr_inf
156 .global sopr_inf
164 .global sslognp1
[all …]
Dkernel_ex.S33 .global t_dz
34 .global t_dz2
35 .global t_operr
36 .global t_unfl
37 .global t_ovfl
38 .global t_ovfl2
39 .global t_inx2
40 .global t_frcinx
41 .global t_extdnrm
42 .global t_resdnrm
[all …]
Dskeleton.S62 .global dz define
63 .global real_dz
100 .global real_inex
101 .global inex
174 .global real_ovfl
175 .global ovfl
200 .global real_unfl
201 .global unfl
226 .global real_snan
227 .global snan
[all …]
Ddecbin.S97 .global decbin
98 .global calc_e
99 .global pwrten
100 .global calc_m
101 .global norm
102 .global ap_st_z
103 .global ap_st_n
Dsgetem.S47 .global sgetexp
55 .global sgetexpd
76 .global sgetman
92 .global sgetmand
Dx_store.S32 .global dest_ext
33 .global dest_dbl
34 .global dest_sgl
36 .global store
Dx_unimp.S40 .global fpsp_unimp
41 .global uni_2
Dslog2.S115 .global slog10d
127 .global slog10
141 .global slog2d
154 .global slog2
Dsto_res.S32 .global sto_cos
65 .global sto_res
Dsatanh.S61 .global satanhd
67 .global satanh
Dsasin.S55 .global sasind
61 .global sasin
Dscosh.S68 .global scoshd
78 .global scosh
/linux-4.4.14/arch/avr32/mach-at32ap/
Dpm-at32ap700x.S37 .global cpu_enter_idle
55 .global cpu_idle_skip_sleep
70 .global pm_exception
87 .global pm_irq0
118 .global pm_standby
138 .global pm_suspend_to_ram
162 .global pm_sram_end
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dglobal_timer.txt8 * "arm,cortex-a5-global-timer" for Cortex-A5 global timers.
9 * "arm,cortex-a9-global-timer" for Cortex-A9 global
23 compatible = "arm,cortex-a9-global-timer";
Dmarvell,dove.txt14 - compatible: must contain "marvell,dove-global-config" and "syscon".
19 gconf: global-config@e802c {
20 compatible = "marvell,dove-global-config", "syscon";
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dspu_restore_crt0.S36 .global _start
56 .global exit
57 .global _exit
106 .global exit_fini
107 .global _exit_fini
Dspu_save_crt0.S35 .global _start
94 .global exit
95 .global _exit
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dguts.txt3 The global utilities block controls power management, I/O device
11 global-utilities.
21 - fsl,has-rstcr : Indicates that the global utilities register set
29 global-utilities@e0000 { /* global utilities block */
35 guts: global-utilities@e0000 {
Dmpic-timer.txt4 - compatible: "fsl,mpic-global-timer"
21 compatible = "fsl,mpic-global-timer";
32 compatible = "fsl,mpic-global-timer";
Dscfg.txt15 scfg: global-utilities@fc000 {
/linux-4.4.14/arch/metag/tbx/
Dtbitimer.S21 .global ___TBITimeB
29 .global ___TBITimeI
37 .global ___TBITimes
62 .global ___TBITimerCtrl
87 .global ___TBITimeStamp
111 .global ___TBITimerAdd
143 .global ___TBITimerDeadline
173 .global ___TBITimeCore
Dtbiroot.S27 .global ___pTBIs
43 .global ___TBI
61 .global ___TBIThrdPrivId
64 .global ___TBIThreadId
Dtbicore.S22 .global ___pTBISegs
36 .global ___TBISegList
54 .global ___TBIFindSeg
89 .global ___TBISpin
111 .global ___TBIPoll
Dtbisoft.S32 .global ___TBISwitchTail
49 .global ___TBIJumpX
69 .global ___TBISwitch
126 .global ___TBISyncResume
148 .global ___TBIJump
175 .global ___TBISwitchInit
221 .global ___TBIStart
Dtbidspram.S27 .global ___TBIDspramSaveA
61 .global ___TBIDspramSaveB
95 .global ___TBIDspramRestoreA
129 .global ___TBIDspramRestoreB
Dtbilogf.S21 .global ___TBILogF
36 .global ___TBICont
Dtbictxfpu.S31 .global ___TBICtxFPUSave
122 .global ___TBICtxFPURestore
Dtbictx.S35 .global ___TBINestInts
56 .global ___TBINestInts2
97 .global ___TBICtxSave
251 .global ___TBICtxRestore
/linux-4.4.14/arch/m68k/68000/
Dromvec.S13 .global _start
14 .global _buserr
15 .global trap
16 .global system_call
Dhead.S29 .global _start
30 .global _rambase
31 .global _ramvec
32 .global _ramstart
33 .global _ramend
36 .global bootlogo_bits
/linux-4.4.14/arch/m68k/ifpsp060/
Dfskeleton.S63 .global _060_fpsp_done
78 .global _060_real_ovfl
97 .global _060_real_unfl
116 .global _060_real_operr
135 .global _060_real_snan
154 .global _060_real_dz
173 .global _060_real_inex
192 .global _060_real_bsun
212 .global _060_real_fline
231 .global _060_real_fpu_disabled
[all …]
Diskeleton.S70 .global _060_isp_done
92 .global _060_real_chk
132 .global _060_real_divbyzero
165 .global _060_real_cas
176 .global _060_real_cas2
201 .global _060_real_lock_page
263 .global _060_real_unlock_page
274 .global _060_isp_unimp
278 .global _060_isp_cas
282 .global _060_isp_cas2
[all …]
Dos.S86 .global _060_dmem_write
117 .global _060_imem_read
118 .global _060_dmem_read
149 .global _060_dmem_read_byte
183 .global _060_dmem_read_word
184 .global _060_imem_read_word
219 .global _060_dmem_read_long
220 .global _060_imem_read_long
243 .global _060_dmem_write_byte
265 .global _060_dmem_write_word
[all …]
/linux-4.4.14/include/media/
Dv4l2-dev.h54 void v4l2_prio_init(struct v4l2_prio_state *global);
55 int v4l2_prio_change(struct v4l2_prio_state *global, enum v4l2_priority *local,
57 void v4l2_prio_open(struct v4l2_prio_state *global, enum v4l2_priority *local);
58 void v4l2_prio_close(struct v4l2_prio_state *global, enum v4l2_priority local);
59 enum v4l2_priority v4l2_prio_max(struct v4l2_prio_state *global);
60 int v4l2_prio_check(struct v4l2_prio_state *global, enum v4l2_priority local);
/linux-4.4.14/arch/m68k/68360/
Dhead-rom.S14 .global _stext
15 .global __bss_start
16 .global _start
18 .global _rambase
19 .global _ramvec
20 .global _ramstart
21 .global _ramend
23 .global _quicc_base
24 .global _periph_base
Dhead-ram.S15 .global _stext
16 .global _start
18 .global _rambase
19 .global _ramvec
20 .global _ramstart
21 .global _ramend
23 .global _quicc_base
24 .global _periph_base
/linux-4.4.14/arch/arm/mach-imx/
Dssi-fiq.S31 .global imx_ssi_fiq_start
32 .global imx_ssi_fiq_end
33 .global imx_ssi_fiq_base
34 .global imx_ssi_fiq_rx_buffer
35 .global imx_ssi_fiq_tx_buffer
/linux-4.4.14/net/core/
Ddev_addr_lists.c25 unsigned char addr_type, bool global, in __hw_addr_create_ex() argument
40 ha->global_use = global; in __hw_addr_create_ex()
51 unsigned char addr_type, bool global, bool sync, in __hw_addr_add_ex() argument
62 if (global) { in __hw_addr_add_ex()
80 return __hw_addr_create_ex(list, addr, addr_len, addr_type, global, in __hw_addr_add_ex()
93 struct netdev_hw_addr *ha, bool global, in __hw_addr_del_entry() argument
96 if (global && !ha->global_use) in __hw_addr_del_entry()
102 if (global) in __hw_addr_del_entry()
118 unsigned char addr_type, bool global, bool sync) in __hw_addr_del_ex() argument
125 return __hw_addr_del_entry(list, ha, global, sync); in __hw_addr_del_ex()
[all …]
/linux-4.4.14/drivers/hid/
Dhid-core.c229 report = hid_register_report(parser->device, report_type, parser->global.report_id); in hid_add_field()
236 if ((parser->global.logical_minimum < 0 && in hid_add_field()
237 parser->global.logical_maximum < in hid_add_field()
238 parser->global.logical_minimum) || in hid_add_field()
239 (parser->global.logical_minimum >= 0 && in hid_add_field()
240 (__u32)parser->global.logical_maximum < in hid_add_field()
241 (__u32)parser->global.logical_minimum)) { in hid_add_field()
243 parser->global.logical_minimum, in hid_add_field()
244 parser->global.logical_maximum); in hid_add_field()
249 report->size += parser->global.report_size * parser->global.report_count; in hid_add_field()
[all …]
/linux-4.4.14/drivers/staging/rdma/ehca/
Dehca_mcast.c82 subnet_prefix = be64_to_cpu(my_gid.global.subnet_prefix); in ehca_attach_mcast()
83 interface_id = be64_to_cpu(my_gid.global.interface_id); in ehca_attach_mcast()
119 subnet_prefix = be64_to_cpu(my_gid.global.subnet_prefix); in ehca_detach_mcast()
120 interface_id = be64_to_cpu(my_gid.global.interface_id); in ehca_detach_mcast()
/linux-4.4.14/arch/tile/kernel/
Dmcount_64.S23 .global __mcount
91 .global ftrace_call
100 .global ftrace_graph_call
109 .global ftrace_stub
174 .global ftrace_stub
200 .global return_to_handler
Dentry.S59 .global _cpu_idle_nap
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Darm,smmu.txt25 - #global-interrupts : The number of global interrupts exposed by the
28 - interrupts : Interrupt list, with the first #global-irqs entries
29 corresponding to the global interrupts and any
63 #global-interrupts = <2>;
/linux-4.4.14/arch/sh/lib64/
Dsdivsi3.S1 .global __sdivsi3
2 .global __sdivsi3_1
3 .global __sdivsi3_2
99 .global __div_table
/linux-4.4.14/drivers/acpi/acpica/
Devmisc.c164 info->notify.global = &acpi_gbl_global_notify[handler_list_id]; in acpi_ev_queue_notify_request()
204 if (info->notify.global->handler) { in acpi_ev_notify_dispatch()
205 info->notify.global->handler(info->notify.node, in acpi_ev_notify_dispatch()
207 info->notify.global->context); in acpi_ev_notify_dispatch()
/linux-4.4.14/arch/sh/kernel/
Dhead_64.S80 .global empty_zero_page
100 .global mmu_pdtp_cache
104 .global empty_bad_page
108 .global empty_bad_pte_table
112 .global fpu_in_use
148 .global _stext
/linux-4.4.14/arch/x86/entry/vdso/vdso32/
Dvdso32.lds.S24 global:
31 global:
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-dev.c243 void v4l2_prio_init(struct v4l2_prio_state *global) in v4l2_prio_init() argument
245 memset(global, 0, sizeof(*global)); in v4l2_prio_init()
249 int v4l2_prio_change(struct v4l2_prio_state *global, enum v4l2_priority *local, in v4l2_prio_change() argument
257 atomic_inc(&global->prios[new]); in v4l2_prio_change()
259 atomic_dec(&global->prios[*local]); in v4l2_prio_change()
265 void v4l2_prio_open(struct v4l2_prio_state *global, enum v4l2_priority *local) in v4l2_prio_open() argument
267 v4l2_prio_change(global, local, V4L2_PRIORITY_DEFAULT); in v4l2_prio_open()
271 void v4l2_prio_close(struct v4l2_prio_state *global, enum v4l2_priority local) in v4l2_prio_close() argument
274 atomic_dec(&global->prios[local]); in v4l2_prio_close()
278 enum v4l2_priority v4l2_prio_max(struct v4l2_prio_state *global) in v4l2_prio_max() argument
[all …]
/linux-4.4.14/drivers/clk/qcom/
DKconfig17 Support for the global clock controller on apq8084 devices.
35 Support for the global clock controller on ipq806x devices.
52 Support for the global clock controller on msm8660 devices.
61 Support for the global clock controller on msm8916 devices.
69 Support for the global clock controller on apq8064/msm8960 devices.
96 Support for the global clock controller on msm8974 devices.
/linux-4.4.14/arch/c6x/include/asm/
Dlinkage.h11 .global name @ \
16 .global name @ \
/linux-4.4.14/arch/m32r/kernel/
Dhead.S27 .global start_kernel
28 .global __bss_start
29 .global _end
110 .global ROM_D, TOP_DATA, END_DATA
136 .global eit_vector
273 .global spi_stack_top
279 .global spu_stack_top
/linux-4.4.14/drivers/misc/sgi-xp/
Dxp_nofault.S24 .global xp_nofault_PIOR
32 .global xp_error_PIOR
/linux-4.4.14/drivers/isdn/capi/
Dcapidrv.c141 static capidrv_data global; variable
309 for (p = global.contr_list; p; p = p->next) in findcontrbydriverid()
319 capidrv_contr *p = global.contr_list; in findcontrbynumber()
322 for (p = global.contr_list; p; p = p->next) in findcontrbynumber()
520 if (capi20_put_message(&global.ap, skb) != CAPI_NOERROR) in send_message()
668 global.ap.applid, in n0()
1151 global.ap.applid, in handle_incoming_call()
1292 global.ap.applid, in handle_plci()
1417 global.ap.applid, in handle_ncci()
1435 global.ap.applid, in handle_ncci()
[all …]
/linux-4.4.14/arch/hexagon/kernel/
Dvm_vectors.S26 .global _K_provisional_vec
38 .global _K_VM_event_vector
/linux-4.4.14/drivers/uwb/
Ddrp-avail.c51 bitmap_fill(rc->drp_avail.global, UWB_NUM_MAS); in uwb_drp_avail_init()
63 bitmap_and(avail->bm, rc->drp_avail.global, rc->drp_avail.local, UWB_NUM_MAS); in uwb_drp_available()
121 bitmap_and(avail.bm, rc->drp_avail.global, rc->drp_avail.local, UWB_NUM_MAS); in uwb_drp_avail_ie_update()
282 bitmap_copy(rc->drp_avail.global, bmp, UWB_NUM_MAS); in uwbd_evt_handle_rc_drp_avail()
/linux-4.4.14/arch/h8300/lib/
Dmodsi3.S5 .global __modsi3
13 .global __umodsi3
19 .global __divsi3
Dmoddivsi3.S5 .global __modsi3
13 .global __umodsi3
19 .global __divsi3
Dmemset.S13 .global memset
14 .global clear_user
Dabs.S12 .global _abs
Dstrncpy.S6 .global strncpy_from_user
Dmulsi3.S18 .global __mulsi3
/linux-4.4.14/arch/arm/lib/
Dfloppydma.S14 .global floppy_fiqin_end
23 .global floppy_fiqout_end
/linux-4.4.14/arch/avr32/lib/
Dcopy_user.S26 .global copy_from_user
34 .global copy_to_user
41 .global __copy_user
Dstrncpy_from_user.S28 .global strncpy_from_user
35 .global __strncpy_from_user
Dstrnlen_user.S17 .global strnlen_user
26 .global __strnlen_user
Dclear_user.S14 .global clear_user
20 .global __clear_user
Dio-writesl.S9 .global __raw_writesl
Dio-readsl.S9 .global __raw_readsl
D__avr32_asr64.S13 .global __avr32_asr64
D__avr32_lsr64.S13 .global __avr32_lsr64
D__avr32_lsl64.S13 .global __avr32_lsl64
Dio-readsw.S20 .global __raw_readsw
Dcsum_partial.S14 .global csum_partial
Dio-writesw.S14 .global __raw_writesw
Dio-readsb.S20 .global __raw_readsb
Dmemset.S23 .global memset
Dio-writesb.S20 .global __raw_writesb
/linux-4.4.14/arch/xtensa/boot/boot-elf/
Dbootstrap.S27 .global _ResetVector
28 .global reset
/linux-4.4.14/arch/parisc/kernel/
Dhead.S42 .import $global$ /* forward declaration */
354 .export $global$,data
356 .type $global$,@object
357 .size $global$,4
358 $global$:
Dparisc_ksyms.c62 extern int $global$;
63 EXPORT_SYMBOL($global$);
/linux-4.4.14/arch/arm/mach-rockchip/
Dsleep.S53 .global rkpm_bootdata_l2ctlr_f
58 .global rkpm_bootdata_l2ctlr
/linux-4.4.14/arch/cris/arch-v10/mm/
Dtlb.c51 *R_TLB_LO = ( IO_STATE(R_TLB_LO, global,no ) | in flush_tlb_all()
87 *R_TLB_LO = ( IO_STATE(R_TLB_LO, global,no ) | in flush_tlb_mm()
127 *R_TLB_LO = ( IO_STATE(R_TLB_LO, global,no ) | in flush_tlb_page()
/linux-4.4.14/arch/score/kernel/
Dhead.S31 .global init_thread_union
32 .global kernelsp
/linux-4.4.14/tools/testing/selftests/x86/
Draw_syscall_helper_32.S1 .global sys32_helper
40 .global int80_and_ret
Dthunks_32.S21 .global call64_from_32
Dthunks.S20 .global call32_from_64
/linux-4.4.14/Documentation/devicetree/bindings/timer/
Dsamsung,exynos4210-mct.txt4 global timer and CPU local timers. The global timer is a 64-bit free running
21 should be specified after the four global timer interrupts have been
41 in addition to four global timer interrupts.
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-osd-api.txt132 Retrieve OSD global alpha
134 global alpha: 0=off, 1=on
136 bits 0:7 global alpha
143 Update global alpha
145 global alpha: 0=off, 1=on
147 global alpha (8 bits)
/linux-4.4.14/mm/kasan/
Dkasan.c461 static void register_global(struct kasan_global *global) in register_global() argument
463 size_t aligned_size = round_up(global->size, KASAN_SHADOW_SCALE_SIZE); in register_global()
465 kasan_unpoison_shadow(global->beg, global->size); in register_global()
467 kasan_poison_shadow(global->beg + aligned_size, in register_global()
468 global->size_with_redzone - aligned_size, in register_global()
/linux-4.4.14/arch/mips/lib/
Dstrnlen_user.S69 .global __strnlen_user_asm
70 .global __strnlen_user_nocheck_asm
Dstrncpy_user.S71 .global __strncpy_from_user_asm
72 .global __strncpy_from_user_nocheck_asm
Dstrlen_user.S49 .global __strlen_user_asm
/linux-4.4.14/arch/metag/lib/
Dmodsi3.S10 .global ___umodsi3
24 .global ___modsi3
Ddiv64.S7 .global _div_u64
75 .global _div_s64
Dclear_page.S6 .global _clear_page
Dcopy_page.S6 .global _copy_page
Ducmpdi2.S7 .global ___ucmpdi2
Dip_fast_csum.S10 .global _ip_fast_csum
Dcmpdi2.S7 .global ___cmpdi2
Dashrdi3.S7 .global ___ashrdi3
Dlshrdi3.S7 .global ___lshrdi3
Dashldi3.S7 .global ___ashldi3
/linux-4.4.14/arch/m32r/mm/
Dpage.S16 .global copy_page
54 .global clear_page
/linux-4.4.14/drivers/misc/sgi-gru/
Dgruhandles.c153 int asid, int pagesize, int global, int n, in tgh_invalidate() argument
160 tgh->global = global; in tgh_invalidate()
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dphy-stih407-usb.txt11 - reset-names : list of reset signal names. Should be "global" and "port"
23 reset-names = "global", "port";
/linux-4.4.14/arch/m68k/kernel/
Dsun3-head.S23 .global m68k_pgtable_cachemode
24 .global kpt
/linux-4.4.14/Documentation/devicetree/bindings/soc/ti/
Dkeystone-navigator-dma.txt33 configuration.. Navigator cloud global address needs to be programmed
45 - Global control register region (global).
79 reg-names = "global", "txchan", "rxchan",
89 reg-names = "global", "txchan", "rxchan",
/linux-4.4.14/arch/arm/mach-mvebu/
Dpmsu_ll.S54 .global mvebu_boot_wa_start
55 .global mvebu_boot_wa_end
/linux-4.4.14/Documentation/arm/
Dswp_emulation23 transaction monitoring block called a global monitor to maintain update
24 atomicity. If your system does not implement a global monitor, this option can
/linux-4.4.14/arch/openrisc/lib/
Dstring.S35 .global __copy_tofrom_user
76 .global __clear_user
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dhead.S32 .global etrax_irv
33 .global romfs_start
34 .global romfs_length
35 .global romfs_in_flash
36 .global nand_boot
37 .global swapper_pg_dir
Dcacheflush.S1 .global cris_flush_cache_range
86 .global cris_flush_cache
/linux-4.4.14/arch/mips/kernel/
Dbmips_vec.S193 .global bmips_secondary_reentry
205 .global bmips_reset_nmi_vec_end
228 .global bmips_smp_int_vec_end
/linux-4.4.14/arch/m32r/boot/compressed/
Dhead.S23 .global startup
24 .global __bss_start, _ebss, end, zimage_data, zimage_len
38 .global got_len
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
Dentry.S867 .global ret_from_irq
878 .global ret_from_exception
922 .global ret_from_syscall
1202 .global syscall_ret
1217 .global ret_from_fork
1231 .global ret_from_kernel_thread
1324 .global switch_and_save_asid
1344 .global route_to_panic_handler
1366 .global peek_real_address_q
1415 .global poke_real_address_q
[all …]
/linux-4.4.14/Documentation/locking/
Dlglock.txt1 lglock - local/global locks for mostly local access patterns
16 To manage global data structures that are partitioned over all CPUs
20 global write access.
27 * while making global action possible when needed
101 spinlock and lg_global_* like a global spinlock.
130 data and will very rarely need the global lock
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c45 int global; in global_invalidates() local
55 global = 0; in global_invalidates()
57 global = 1; in global_invalidates()
59 if (!global) { in global_invalidates()
67 return global; in global_invalidates()
408 long npages, int global, bool need_sync) in do_tlbies() argument
412 if (global) { in do_tlbies()
498 int global; in kvmppc_h_bulk_remove() local
503 global = global_invalidates(kvm, 0); in kvmppc_h_bulk_remove()
581 do_tlbies(kvm, tlbrb, n, global, true); in kvmppc_h_bulk_remove()
Dbook3s_segment.S54 .global kvmppc_handler_trampoline_enter
170 .global kvmppc_handler_trampoline_exit
173 .global kvmppc_interrupt_pr
/linux-4.4.14/drivers/net/ethernet/agere/
Det131x.c940 u32 pmcsr = readl(&adapter->regs->global.pm_csr); in et1310_in_phy_coma()
986 pm_csr = readl(&adapter->regs->global.pm_csr); in et1310_setup_device_for_multicast()
1027 pm_csr = readl(&adapter->regs->global.pm_csr); in et1310_setup_device_for_unicast()
1500 struct global_regs __iomem *regs = &adapter->regs->global; in et131x_configure_global_regs()
1695 writel(reg, &adapter->regs->global.sw_reset); in et131x_soft_reset()
1712 writel(mask, &adapter->regs->global.int_mask); in et131x_enable_interrupts()
1717 writel(INT_MASK_DISABLE, &adapter->regs->global.int_mask); in et131x_disable_interrupts()
1787 u32 pmcsr = readl(&adapter->regs->global.pm_csr); in et1310_enable_phy_coma()
1797 writel(pmcsr, &adapter->regs->global.pm_csr); in et1310_enable_phy_coma()
1801 writel(pmcsr, &adapter->regs->global.pm_csr); in et1310_enable_phy_coma()
[all …]
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_ruc.c257 return (gid->global.interface_id == id && in gid_ok()
258 (gid->global.subnet_prefix == gid_prefix || in gid_ok()
259 gid->global.subnet_prefix == IB_DEFAULT_GID_PREFIX)); in gid_ok()
285 qp->alt_ah_attr.grh.dgid.global.subnet_prefix, in qib_ruc_check_hdr()
286 qp->alt_ah_attr.grh.dgid.global.interface_id)) in qib_ruc_check_hdr()
317 qp->remote_ah_attr.grh.dgid.global.subnet_prefix, in qib_ruc_check_hdr()
318 qp->remote_ah_attr.grh.dgid.global.interface_id)) in qib_ruc_check_hdr()
666 hdr->sgid.global.subnet_prefix = ibp->gid_prefix; in qib_make_grh()
667 hdr->sgid.global.interface_id = grh->sgid_index ? in qib_make_grh()
/linux-4.4.14/arch/c6x/kernel/
Dvectors.S21 .global \name
47 .global RESET
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dvport.c148 gid->global.subnet_prefix = tmp->global.subnet_prefix; in mlx5_query_hca_vport_gid()
149 gid->global.interface_id = tmp->global.interface_id; in mlx5_query_hca_vport_gid()
/linux-4.4.14/arch/powerpc/boot/
Dfixed-head.S2 .global _zimage_start
Dvirtex405-head.S4 .global _zimage_start
/linux-4.4.14/arch/arm/mach-berlin/
Dheadsmp.S20 .global boot_inst
/linux-4.4.14/arch/nios2/kernel/
Dhead.S31 .global empty_zero_page
44 .global _current_thread
/linux-4.4.14/arch/x86/entry/vdso/
Dvdsox32.lds.S18 global:
Dvdso.lds.S18 global:
/linux-4.4.14/drivers/isdn/hisax/
Disdnl3.c335 st->l3.global = NULL; in setstack_l3dc()
391 if (st->l3.global) { in releasestack_isdnl3()
392 StopAllL3Timer(st->l3.global); in releasestack_isdnl3()
393 kfree(st->l3.global); in releasestack_isdnl3()
394 st->l3.global = NULL; in releasestack_isdnl3()
405 st->l3.global = NULL; in setstack_l3bc()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Druc.c276 return (gid->global.interface_id == id && in gid_ok()
277 (gid->global.subnet_prefix == gid_prefix || in gid_ok()
278 gid->global.subnet_prefix == IB_DEFAULT_GID_PREFIX)); in gid_ok()
305 qp->alt_ah_attr.grh.dgid.global.subnet_prefix, in hfi1_ruc_check_hdr()
306 qp->alt_ah_attr.grh.dgid.global.interface_id)) in hfi1_ruc_check_hdr()
337 qp->remote_ah_attr.grh.dgid.global.subnet_prefix, in hfi1_ruc_check_hdr()
338 qp->remote_ah_attr.grh.dgid.global.interface_id)) in hfi1_ruc_check_hdr()
687 hdr->sgid.global.subnet_prefix = ibp->gid_prefix; in hfi1_make_grh()
688 hdr->sgid.global.interface_id = in hfi1_make_grh()
/linux-4.4.14/arch/arm/mach-s3c24xx/
Dpm-h1940.S29 .global h1940_pm_return
Dsleep-s3c2412.S32 .global s3c2412_sleep_enter
/linux-4.4.14/arch/tile/kernel/vdso/
Dvdso32.S21 .global vdso32_start, vdso32_end
Dvdso.S21 .global vdso_start, vdso_end
Dvdso.lds.S81 global:
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Db4420si-post.dtsi79 guts: global-utilities@e0000 {
83 global-utilities@e1000 {
88 rcpm: global-utilities@e2000 {
Dp1020rdb-pc_camp_core1.dts130 global-utilities@e0000 { //global utilities block
Dqoriq-mpic.dtsi46 compatible = "fsl,mpic-global-timer";
100 compatible = "fsl,mpic-global-timer";
Dt1023si-post.dtsi235 guts: global-utilities@e0000 {
243 global-utilities@e1000 {
263 rcpm: global-utilities@e2000 {
278 scfg: global-utilities@fc000 {
/linux-4.4.14/arch/x86/um/vdso/
Dvdso.lds.S19 global:
/linux-4.4.14/arch/arm/mach-rpc/
Dfiq.S8 .global rpc_default_fiq_end
/linux-4.4.14/arch/avr32/mm/
Dcopy_page.S19 .global copy_page
Dclear_page.S17 .global clear_page
/linux-4.4.14/arch/arm64/kernel/
Dentry-ftrace.S160 .global ftrace_call
166 .global ftrace_graph_call
/linux-4.4.14/arch/alpha/lib/
Dclear_page.S9 .global clear_page
Dcopy_page.S9 .global copy_page
Dev6-clear_page.S9 .global clear_page
/linux-4.4.14/arch/x86/boot/compressed/
Defi_thunk_64.S178 .global efi32_boot_gdt
186 .global efi_gdt64
/linux-4.4.14/arch/arc/include/asm/
Dlinkage.h23 .global \nm
/linux-4.4.14/drivers/crypto/vmx/
Dppc-xlate.pl18 my $global = \$GLOBALS{$name};
37 $$global = $name;
/linux-4.4.14/arch/arm/boot/dts/
Dstih418.dtsi39 reset-names = "global", "port";
48 reset-names = "global", "port";
/linux-4.4.14/Documentation/x86/
Dtlb.txt17 be no collateral damage caused by doing the global flush, and
25 cache on modern CPUs, and the global flushes have become more
40 This will cause us to do the global flush for more cases.
/linux-4.4.14/Documentation/powerpc/
Ddscr.txt33 NOTE: Please note here that the system wide global DSCR value never
41 Changing the global DSCR default in the sysfs will change all the CPU
48 the same thing as above but unlike the global one above, it just changes
/linux-4.4.14/Documentation/devicetree/
Dtodo.txt7 - Switch to RCU for tree updates and get rid of global spinlock
/linux-4.4.14/arch/arm/include/asm/
Dentry-macro-multi.S34 .global \symbol_name
/linux-4.4.14/drivers/video/fbdev/via/
DMakefile8 via_utility.o vt1636.o global.o tblDPASetting.o viamode.o \
/linux-4.4.14/arch/blackfin/lib/
Dumulsi3_highpart.S8 .global ___umulsi3_highpart;
Dmodsi3.S12 .global ___modsi3;
Dsmulsi3_highpart.S8 .global ___smulsi3_highpart;
/linux-4.4.14/Documentation/arm64/
Dmemory.txt18 virtual address. The swapper_pg_dir contains only kernel (global)
19 mappings while the user pgd contains only user (non-global) mappings.
/linux-4.4.14/arch/m32r/boot/
Dsetup.S117 .global eit_vector
176 .global dcache_dummy
/linux-4.4.14/fs/fscache/
DKconfig57 bool "Maintain global object list for debugging purposes"
60 Maintain a global list of active fscache objects that can be
/linux-4.4.14/arch/arc/kernel/
Dctx_sw_asm.S23 .global __switch_to
/linux-4.4.14/arch/cris/arch-v32/lib/
Dstrcmp.S8 .global strcmp
/linux-4.4.14/arch/arm/boot/compressed/
Ddebug.S34 .global semi_writec_buf
/linux-4.4.14/Documentation/power/
Dbasic-pm-debugging.txt54 global control methods(*)
58 global control methods(*) and the disabling of nonboot CPUs
61 - test the freezing of processes, suspending of devices, platform global
65 (*) the platform global control methods are only available on ACPI systems
82 invoke the global control methods (eg. ACPI global control methods) used to
84 configurable number of seconds and invoke the platform (eg. ACPI) global
/linux-4.4.14/arch/arm/kernel/
Dsigreturn_codes.S66 .global sigreturn_codes
/linux-4.4.14/arch/h8300/kernel/
Dhead_ram.S24 .global _start
/linux-4.4.14/arch/avr32/boot/u-boot/
Dhead.S23 .global _start
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfplsp.S561 global _fsins_
618 global _fsind_
676 global _fsinx_
738 global _fcoss_
795 global _fcosd_
853 global _fcosx_
915 global _fsinhs_
972 global _fsinhd_
1030 global _fsinhx_
1092 global _flognp1s_
[all …]
/linux-4.4.14/arch/x86/configs/
Dxen.config1 # global x86 required specific stuff
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-devices-system-xen_cpu5 A collection of global/individual Xen physical cpu attributes
/linux-4.4.14/arch/sh/kernel/vsyscall/
Dvsyscall.lds.S77 global:
/linux-4.4.14/arch/arm/vdso/
Dvdso.lds.S82 global:
/linux-4.4.14/arch/powerpc/kernel/vdso64/
Ddatapage.S19 .global __kernel_datapage_offset;
/linux-4.4.14/arch/arm64/kernel/vdso/
Dvdso.lds.S86 global:
/linux-4.4.14/arch/x86/lguest/
Dhead_32.S137 .global lguest_noirq_iret
/linux-4.4.14/arch/sparc/kernel/
Dhead_32.S64 .global root_flags
65 .global ram_flags
66 .global root_dev
67 .global sparc_ramdisk_image
68 .global sparc_ramdisk_size

1234