Home
last modified time | relevance | path

Searched refs:pea (Results 1 – 12 of 12) sorted by relevance

/linux-5.19.10/arch/m68k/kernel/
Dentry.S60 pea %sp@(SWITCH_STACK_SIZE)
73 pea %sp@(SWITCH_STACK_SIZE)
164 pea %sp@
167 pea ret_from_exception
234 pea resume_userspace
258 pea resume_userspace
266 pea %sp@(SWITCH_STACK_SIZE)
275 pea 1 | send SIGTRAP
277 pea LSIGTRAP
Dhead.S465 pea \record
480 pea \ch
513 pea %pc@(.Lstr\@)
560 pea \mask
/linux-5.19.10/arch/m68k/math-emu/
Dfp_entry.S88 pea LSEGV_MAPERR
89 pea LSIGSEGV
99 pea LTRAP_TRACE
100 pea LSIGTRAP
Dfp_scan.S303 pea fp_finalrounding
/linux-5.19.10/arch/m68k/ifpsp060/src/
Dftest.S72 pea pass_str(%pc)
81 pea fail_str(%pc)
93 pea start_str(%pc)
99 pea effadd_str(%pc)
109 pea unsupp_str(%pc)
119 pea ovfl_nm_str(%pc)
127 pea unfl_nm_str(%pc)
145 pea start_str_unimp(%pc)
151 pea unimp_str(%pc)
171 pea start_str_enable(%pc)
[all …]
Ditest.S56 pea pass_str(%pc)
65 pea fail_str(%pc)
76 pea start_str(%pc)
82 pea mulul_str(%pc)
92 pea divul_str(%pc)
102 pea cmp2_str(%pc)
112 pea movp_str(%pc)
122 pea ea_str(%pc)
133 pea cas_str(%pc)
143 pea cas2_str(%pc)
[all …]
/linux-5.19.10/arch/m68k/coldfire/
Dentry.S119 pea Lkernel_return
150 pea %sp@(SWITCH_STACK_SIZE)
/linux-5.19.10/arch/m68k/include/asm/
Dentry.h138 pea -1:w /* orig d0 */
188 pea -1:w /* orig d0 */
Dmath-emu.h272 pea .Lpdata\@
/linux-5.19.10/arch/m68k/68000/
Dentry.S68 pea %sp@
116 pea %sp@(SWITCH_STACK_SIZE)
/linux-5.19.10/arch/m68k/ifpsp060/
Dilsp.doc87 pea (%sp) # pass: result addr on stack
101 pea (%sp) # pass: result addr on stack
120 pea _bounds # pass ptr to bounds
/linux-5.19.10/tools/power/x86/turbostat/
Dturbostat.c657 struct perf_event_attr pea; in perf_instr_count_open() local
660 memset(&pea, 0, sizeof(struct perf_event_attr)); in perf_instr_count_open()
661 pea.type = PERF_TYPE_HARDWARE; in perf_instr_count_open()
662 pea.size = sizeof(struct perf_event_attr); in perf_instr_count_open()
663 pea.config = PERF_COUNT_HW_INSTRUCTIONS; in perf_instr_count_open()
666 fd = perf_event_open(&pea, -1, cpu_num, -1, 0); in perf_instr_count_open()