Home
last modified time | relevance | path

Searched refs:halt (Results 1 – 25 of 30) sorted by relevance

12

/f-stack/freebsd/contrib/device-tree/Bindings/watchdog/
H A Datmel-sama5d4-wdt.txt15 - atmel,idle-halt: present if you want to stop the watchdog when the CPU is
22 - atmel,dbg-halt: present if you want to stop the watchdog when the CPU is
32 atmel,dbg-halt;
33 atmel,idle-halt;
H A Datmel-wdt.txt28 - atmel,idle-halt : Should be present if you want to stop the watchdog when
35 - atmel,dbg-halt : Should be present if you want to stop the watchdog when
47 atmel,dbg-halt;
48 atmel,idle-halt;
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rndis.c81 struct rndis_halt_req halt; in hn_rndis_dump() member
159 rndis_msg->halt.len, rndis_msg->halt.rid); in hn_rndis_dump()
550 struct rndis_halt_req *halt; in hn_rndis_halt() local
552 halt = hn_rndis_alloc(sizeof(*halt)); in hn_rndis_halt()
553 if (halt == NULL) in hn_rndis_halt()
556 halt->type = RNDIS_HALT_MSG; in hn_rndis_halt()
557 halt->len = sizeof(*halt); in hn_rndis_halt()
558 halt->rid = hn_rndis_rid(hv); in hn_rndis_halt()
561 hn_rndis_exec1(hv, halt, sizeof(*halt), NULL, 0); in hn_rndis_halt()
563 rte_free(halt); in hn_rndis_halt()
/f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,hexagon-v56.txt72 - qcom,halt-regs:
76 by the offset within syscon for Hexagon halt register.
134 qcom,halt-regs = <&tcsr_mutex_regs 0x22000>;
H A Dqcom,q6v5.txt175 - qcom,halt-regs:
180 halt registers.
234 qcom,halt-regs = <&tcsr_mutex_block 0x1180 0x1200 0x1280>;
/f-stack/freebsd/arm/include/
H A Dmachdep.h20 void halt(void);
/f-stack/freebsd/arm/allwinner/
H A Dsunxi_dma_if.m95 METHOD void halt {
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.h280 uint64_t halt:1; /**< Indicates that the internal processor system bus clock member
H A Dcvmx-dpi-defs.h1784 uint64_t halt : 1; /**< When set, HALT indicates that the MAC has detected member
1879 uint64_t halt : 1;
1887 uint64_t halt : 1; /**< When set, HALT indicates that the MAC has detected member
1974 uint64_t halt : 1;
H A Dcvmx-sriomaintx-defs.h1064 uint32_t halt : 1; /**< OCTEON currently in Reset member
1102 uint32_t halt : 1;
/f-stack/freebsd/i386/include/
H A Dcpufunc.h239 halt(void) in halt() function
765 void halt(void);
/f-stack/freebsd/amd64/include/
H A Dcpufunc.h170 halt(void) in halt() function
955 void halt(void);
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c293 HAL_BOOL halt, HAL_BOOL wait_done) in ar9300_mci_send_coex_halt_bt_gpm() argument
299 "(MCI) Send Coex %s BT GPM.\n", (halt == AH_TRUE)?"HALT":"UNHALT"); in ar9300_mci_send_coex_halt_bt_gpm()
303 if (halt == AH_TRUE) { in ar9300_mci_send_coex_halt_bt_gpm()
H A Dar9300.h1667 extern void ar9300_mci_send_coex_halt_bt_gpm(struct ath_hal *ah, HAL_BOOL halt, HAL_BOOL wait_done);
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dipq6018.dtsi398 qcom,halt-regs = <&tcsr_q6 0xa000 0xd000 0x0>;
H A Dqcs404.dtsi512 qcom,halt-regs = <&tcsr 0x19004>;
/f-stack/freebsd/x86/x86/
H A Dcpu_machdep.c338 halt(); in cpu_halt()
H A Dmp_x86.c1504 halt(); in cpustop_handler()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dat91sam9260.dtsi748 atmel,dbg-halt;
H A Dat91sam9n12.dtsi727 atmel,dbg-halt;
H A Dat91sam9263.dtsi677 atmel,dbg-halt;
H A Dat91sam9x5.dtsi886 atmel,dbg-halt;
H A Dat91sam9g45.dtsi905 atmel,dbg-halt;
H A Dsama5d3.dtsi1053 atmel,dbg-halt;
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c240 SDT_PROBE_DEFINE3(vmm, vmx, exit, halt,
2519 SDT_PROBE3(vmm, vmx, exit, halt, vmx, vcpu, vmexit); in vmx_exit_process()

12