Searched refs:type (Results 101 - 125 of 13787) sorted by path

1234567891011>>

/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dprobe.c21 boot_cpu_data.type = CPU_SH7201;
24 boot_cpu_data.type = CPU_SH7203;
27 boot_cpu_data.type = CPU_SH7263;
30 boot_cpu_data.type = CPU_SH7264;
33 boot_cpu_data.type = CPU_SH7269;
36 boot_cpu_data.type = CPU_SH7206;
39 boot_cpu_data.type = CPU_MXG;
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dprobe.c63 boot_cpu_data.type = CPU_SH7708;
70 boot_cpu_data.type = CPU_SH7729;
73 boot_cpu_data.type = CPU_SH7706;
76 boot_cpu_data.type = CPU_SH7710;
79 boot_cpu_data.type = CPU_SH7712;
82 boot_cpu_data.type = CPU_SH7720;
85 boot_cpu_data.type = CPU_SH7721;
88 boot_cpu_data.type = CPU_SH7705;
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dprobe.c88 boot_cpu_data.type = CPU_SH7750;
93 boot_cpu_data.type = CPU_SH7750S;
98 boot_cpu_data.type = CPU_SH7751;
102 boot_cpu_data.type = CPU_SH7770;
107 boot_cpu_data.type = CPU_SH7781;
109 boot_cpu_data.type = CPU_SH7763;
111 boot_cpu_data.type = CPU_SH7780;
117 boot_cpu_data.type = CPU_SH7343;
121 boot_cpu_data.type = CPU_SH7785;
125 boot_cpu_data.type
[all...]
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dubc.c34 __raw_writel(UBC_CBR_CE | info->len | info->type, UBC_CBR(idx));
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall-note.S10 #define ASM_ELF_NOTE_BEGIN(name, flags, vendor, type) \
15 .long type; /* note type */ \
H A Dvsyscall-sigreturn.S7 .type __kernel_sigreturn,@function
24 .type __kernel_rt_sigreturn,@function
H A Dvsyscall-trapa.S4 .type __kernel_vsyscall,@function
/linux-master/arch/sh/lib/
H A Dmcount.S81 .type _mcount,@function
83 .type mcount,@function
H A Dudivsi3.S14 .type __udivsi3, @function
H A Dudivsi3_i4i-Os.S24 .type __udivsi3_i4i, @function
25 .type __sdivsi3_i4i, @function
H A Dudivsi3_i4i.S40 .type __udivsi3_i4i, @function
160 .type __sdivsi3_i4i, @function
/linux-master/arch/sparc/include/asm/
H A Dbarrier_64.h26 #define membar_safe(type) \
28 " membar " type "\n" \
H A Dhead_32.h12 #define TRAP_ENTRY(type, label) \
24 #define SKIP_TRAP(type, name) \
/linux-master/arch/sparc/include/uapi/asm/
H A Dioctl.h39 #define _IOC(dir,type,nr,size) \
41 ((type) << _IOC_TYPESHIFT) | \
45 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
46 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
47 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
48 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(n
[all...]
/linux-master/arch/sparc/kernel/
H A Dcherrs.S6 .type cheetah_fecc_trap_vector,#function
19 .type cheetah_fecc_trap_vector_tl1,#function
32 .type cheetah_cee_trap_vector,#function
45 .type cheetah_cee_trap_vector_tl1,#function
58 .type cheetah_deferred_trap_vector,#function
71 .type cheetah_deferred_trap_vector_tl1,#function
91 .type cheetah_plus_dcpe_trap_vector,#function
103 .type do_cheetah_plus_data_parity,#function
120 .type cheetah_plus_dcpe_trap_vector_tl1,#function
133 .type cheetah_plus_icpe_trap_vecto
[all...]
H A Dentry.h14 void do_hw_interrupt(struct pt_regs *regs, unsigned long type);
143 void cheetah_plus_parity_error(int type, struct pt_regs *regs);
H A Dfpu_traps.S4 .type do_fpdis,#function
197 .type fp_other_bounce,#function
206 .type do_fpother_check_fitos,#function
332 .type do_fptrap,#function
H A Dgetsetcc.S3 .type getcc,#function
13 .type setcc,#function
H A Dhelpers.S4 .type __flushw_user,#function
27 .type stack_trace_flush,#function
53 .type hard_smp_processor_id,#function
57 .type real_hard_smp_processor_id,#function
H A Divec.S14 .type do_ivec,#function
H A Djump_label.c13 enum jump_label_type type)
18 if (type == JUMP_LABEL_JMP) {
12 arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type) argument
H A Dmisctrap.S4 .type arch_kgdb_breakpoint,#function
12 .type __do_privact,#function
25 .type do_mna,#function
52 .type do_lddfmna,#function
70 .type do_stdfmna,#function
89 .type breakpoint_trap,#function
H A Dpsycho_common.h37 enum psycho_error_type type);
H A Dspiterrs.S9 .type __spitfire_access_error,#function
131 * case by inspecting the trap type.
133 .type __spitfire_cee_trap,#function
157 .type __spitfire_data_access_exception_tl1,#function
185 .type __spitfire_data_access_exception,#function
205 .type __spitfire_insn_access_exception_tl1,#function
224 .type __spitfire_insn_access_exception,#function
H A Dsun4v_tlb_miss.S418 .type sun4v_patch_tlb_handlers,#function

Completed in 233 milliseconds

1234567891011>>