Home
last modified time | relevance | path

Searched refs:PC (Results 1 – 25 of 62) sorted by relevance

123

/f-stack/freebsd/arm/arm/
H A Dstack_machdep.c47 if (stack_put(st, state->registers[PC]) == -1) in stack_capture()
64 state.registers[PC] = (uint32_t)stack_save; in stack_save()
84 state.registers[PC] = td->td_pcb->pcb_regs.sf_pc; in stack_save_td()
H A Ddb_trace.c91 ~((1 << SP) | (1 << FP) | (1 << LR) | (1 << PC)); in db_stack_trace_cmd()
120 if (state->registers[PC] < VM_MIN_KERNEL_ADDRESS) { in db_stack_trace_cmd()
163 state.registers[PC] = ctx->pcb_regs.sf_pc; in db_trace_thread()
183 state.registers[PC] = (uint32_t)db_trace_self; in db_trace_self()
H A Dunwind.c488 state->registers[PC]); in unwind_exec_insn()
501 state->registers[PC] = 0; in unwind_tab()
527 if (state->registers[PC] == 0) { in unwind_tab()
528 state->registers[PC] = state->registers[LR]; in unwind_tab()
533 if (state->start_pc != state->registers[PC]) in unwind_tab()
534 state->update_mask |= 1 << PC; in unwind_tab()
556 state->start_pc = state->registers[PC]; in unwind_stack_one()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_zaps/
H A Dvdev_zaps_007_pos.ksh39 log_must zdb -PC $TESTPOOL > $conf
52 log_must zdb -PC $TESTPOOL > $conf
65 log_must zdb -PC $TESTPOOL > $conf
H A Dvdev_zaps_004_pos.ksh41 log_must zdb -PC $TESTPOOL > $conf
53 log_must zdb -PC $TESTPOOL > $conf
82 log_must zdb -PC $TESTPOOL > $conf
H A Dvdev_zaps_005_pos.ksh38 log_must zdb -PC $TESTPOOL > $conf
53 log_must zdb -PC $TESTPOOL > $conf
H A Dvdev_zaps_002_pos.ksh36 log_must zdb -PC $TESTPOOL > $conf
H A Dvdev_zaps_001_pos.ksh36 log_must zdb -PC $TESTPOOL > $conf
H A Dvdev_zaps_003_pos.ksh37 log_must zdb -PC $TESTPOOL > $conf
H A Dvdev_zaps_006_pos.ksh39 log_must zdb -PC $TESTPOOL > $conf
/f-stack/freebsd/amd64/include/
H A Dpmc_mdep.h108 #define PMC_IN_TRAP_HANDLER(PC) \ argument
109 ((PC) >= (uintptr_t) start_exceptions && \
110 (PC) < (uintptr_t) end_exceptions)
/f-stack/freebsd/i386/include/
H A Dpmc_mdep.h134 #define PMC_IN_TRAP_HANDLER(PC) \ argument
135 ((PC) >= (uintptr_t)start_exceptions + setidt_disp && \
136 (PC) < (uintptr_t) end_exceptions + setidt_disp)
/f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/
H A Dp1020rdb-pc_camp_core0.dts3 * P1020 RDB-PC Core0 Device Tree Source in CAMP mode.
18 model = "fsl,P1020RDB-PC";
19 compatible = "fsl,P1020RDB-PC";
H A Dp1020rdb-pc_camp_core1.dts3 * P1020 RDB-PC Core1 Device Tree Source in CAMP mode.
17 model = "fsl,P1020RDB-PC";
18 compatible = "fsl,P1020RDB-PC";
H A Dp1020mbg-pc_36b.dts2 * P1020 MBG-PC Device Tree Source (36-bit address map)
37 model = "fsl,P1020MBG-PC";
38 compatible = "fsl,P1020MBG-PC";
H A Dp1020rdb-pc_32b.dts2 * P1020 RDB-PC Device Tree Source (32-bit address map)
37 model = "fsl,P1020RDB-PC";
38 compatible = "fsl,P1020RDB-PC";
H A Dp1020utm-pc_36b.dts2 * P1020 UTM-PC Device Tree Source (36-bit address map)
37 model = "fsl,P1020UTM-PC";
38 compatible = "fsl,P1020UTM-PC";
H A Dp1020utm-pc_32b.dts2 * P1020 UTM-PC Device Tree Source (32-bit address map)
37 model = "fsl,P1020UTM-PC";
38 compatible = "fsl,P1020UTM-PC";
H A Dp1020rdb-pc_36b.dts2 * P1020 RDB-PC Device Tree Source (36-bit address map)
37 model = "fsl,P1020RDB-PC";
38 compatible = "fsl,P1020RDB-PC";
H A Dp1020mbg-pc_32b.dts2 * P1020 MBG-PC Device Tree Source (32-bit address map)
37 model = "fsl,P1020MBG-PC";
38 compatible = "fsl,P1020MBG-PC";
H A Dp2020rdb-pc_32b.dts2 * P2020 RDB-PC 32Bit Physical Address Map Device Tree Source
39 compatible = "fsl,P2020RDB-PC";
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dsun8i-h3-orangepi-pc-plus.dts43 /* The Orange Pi PC Plus is an extended version of the regular PC */
47 model = "Xunlong Orange Pi PC Plus";
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-roc-pc.dts10 model = "Firefly ROC-RK3399-PC Board";
/f-stack/freebsd/arm/include/
H A Dstack.h56 #define PC 15 macro
/f-stack/freebsd/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gxl-s905d-libretech-pc.dts15 model = "Libre Computer AML-S905D-PC";

123