Searched refs:pea (Results 1 – 12 of 12) sorted by relevance
60 pea %sp@(SWITCH_STACK_SIZE)73 pea %sp@(SWITCH_STACK_SIZE)164 pea %sp@167 pea ret_from_exception234 pea resume_userspace258 pea resume_userspace266 pea %sp@(SWITCH_STACK_SIZE)275 pea 1 | send SIGTRAP277 pea LSIGTRAP
465 pea \record480 pea \ch513 pea %pc@(.Lstr\@)560 pea \mask
88 pea LSEGV_MAPERR89 pea LSIGSEGV99 pea LTRAP_TRACE100 pea LSIGTRAP
303 pea fp_finalrounding
72 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 …]
56 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 …]
119 pea Lkernel_return150 pea %sp@(SWITCH_STACK_SIZE)
138 pea -1:w /* orig d0 */188 pea -1:w /* orig d0 */
272 pea .Lpdata\@
68 pea %sp@116 pea %sp@(SWITCH_STACK_SIZE)
87 pea (%sp) # pass: result addr on stack101 pea (%sp) # pass: result addr on stack120 pea _bounds # pass ptr to bounds
657 struct perf_event_attr pea; in perf_instr_count_open() local660 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()