Lines Matching +full:0 +full:x306
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
41 static_assert((sizeof(g_gpr_regnums_s390x) / sizeof(g_gpr_regnums_s390x[0])) -
55 static_assert((sizeof(g_fpu_regnums_s390x) / sizeof(g_fpu_regnums_s390x[0])) -
66 sizeof(g_linux_regnums_s390x[0])) -
89 #define NT_S390_LAST_BREAK 0x306 /* s390 breaking event address */
90 #define NT_S390_SYSTEM_CALL 0x307 /* s390 system call restart data */
138 uint32_t sets = 0;
139 for (uint32_t set_index = 0; set_index < k_num_register_sets; ++set_index) {
148 uint32_t count = 0;
149 for (uint32_t set_index = 0; set_index < k_num_register_sets; ++set_index) {
343 data_sp.reset(new DataBufferHeap(REG_CONTEXT_SIZE, 0));
365 uint32_t system_call = 0;
514 per_lowcore.perc_store_real_address == 0);
518 memset(&per_lowcore, 0, sizeof(per_lowcore));
529 for (wp_index = 0; wp_index < num_hw_wps; ++wp_index) {
565 per_info.control_regs.bits.em_storage_alteration = 0;
566 per_info.control_regs.bits.storage_alt_space_ctl = 0;
567 per_info.starting_addr = 0;
568 per_info.ending_addr = 0;
580 if (ClearHardwareWatchpoint(0))
589 if (watch_flags != 0x1)
611 return 0;