Searched refs:global (Results 126 - 150 of 330) sorted by path

1234567891011>>

/linux-master/arch/microblaze/kernel/
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/mips/vdso/
H A Dvdso.lds.S95 global: label
/linux-master/arch/openrisc/kernel/
H A Dentry.S144 .global handler ;\
183 .global handler ;\
H A Dhead.S513 .global _start
1535 .global _secondary_evbar
1564 .global empty_zero_page
1568 .global swapper_pg_dir
1572 .global _unhandled_stack
/linux-master/arch/parisc/include/asm/
H A Dassembly.h199 ldil L%$global$, %r27
200 ldo R%$global$(%r27), %r27
/linux-master/arch/parisc/kernel/
H A Dentry.S1933 .dword 0 /* code in head.S puts value of global gp here */
1946 .global ftrace_caller
2004 .global ftrace_regs_caller
H A Dhead.S43 .import $global$ /* forward declaration */
176 /* Get the global data pointer */
294 /* Initialize the global data pointer */
437 .export $global$,data
439 .type $global$,@object
440 .size $global$,4
441 $global$:
H A Dparisc_ksyms.c41 extern int $global$;
42 EXPORT_SYMBOL($global$);
/linux-master/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S106 global: label
/linux-master/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S104 global: label
/linux-master/arch/powerpc/crypto/
H A Dppc-xlate.pl19 my $global = \$GLOBALS{$name};
38 $$global = $name;
/linux-master/arch/powerpc/include/asm/
H A Dhead-64.h115 .global name; \
135 .global name; \
/linux-master/arch/powerpc/kernel/
H A Depapr_hcalls.S35 .global epapr_ev_idle_start
51 .global epapr_hypercall_start
H A Dexceptions-64s.S50 .global name; \
H A Didle_64e.S88 .global epapr_ev_idle_start
H A Dkvm_emul.S49 .global kvm_template_start
52 .global kvm_emulate_mtmsrd
98 .global kvm_emulate_mtmsrd_branch_offs
102 .global kvm_emulate_mtmsrd_reg_offs
106 .global kvm_emulate_mtmsrd_orig_ins_offs
110 .global kvm_emulate_mtmsrd_len
118 .global kvm_emulate_mtmsr
175 .global kvm_emulate_mtmsr_branch_offs
179 .global kvm_emulate_mtmsr_reg1_offs
183 .global kvm_emulate_mtmsr_reg2_off
[all...]
H A Doptprobes_head.S31 .global optinsn_slot
40 .global optprobe_template_entry
79 .global optprobe_template_op_address
90 .global optprobe_template_call_handler
101 .global optprobe_template_insn
106 .global optprobe_template_call_emulate
130 .global optprobe_template_ret
135 .global optprobe_template_end
H A Dswitch.S35 .global flush_branch_caches
/linux-master/arch/powerpc/kernel/vdso/
H A Dvdso32.lds.S117 global: label
H A Dvdso64.lds.S116 global: label
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_entry.S34 .global kvmppc_hcall
65 .global kvmppc_interrupt
H A Dbook3s_hv_rm_mmu.c31 /* Return 1 if we need to do a global tlbie, 0 if we can use tlbiel */
34 int global; local
45 global = 0;
47 global = 1;
50 if (!global && (mfmsr() & (MSR_IR|MSR_DR)))
51 global = 1;
53 if (!global) {
61 return global;
455 long npages, int global, bool need_sync)
464 if (global) {
454 do_tlbies(struct kvm *kvm, unsigned long *rbvalues, long npages, int global, bool need_sync) argument
563 int global; local
[all...]
H A Dbook3s_hv_rmhandlers.S1520 .global kvm_flush_link_stack
H A Dbook3s_rmhandlers.S44 .global kvmppc_trampoline_\intno
H A Dbook3s_segment.S46 .global kvmppc_handler_trampoline_enter
162 .global kvmppc_interrupt_pr
181 .global kvmppc_handler_trampoline_exit

Completed in 304 milliseconds

1234567891011>>