Home
last modified time | relevance | path

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

123

/linux/kernel/liveupdate/
H A DKconfig7 bool "kexec handover"
30 bool "kexec handover debugfs interface"
35 Allow to control kexec handover device tree via debugfs
41 bool "Enable kexec handover by default"
65 Ability to handover a device from current to the next kernel depends
/linux/drivers/remoteproc/
H A Dqcom_q6v5.c172 if (q6v5->handover) in q6v5_handover_interrupt()
173 q6v5->handover(q6v5); in q6v5_handover_interrupt()
250 void (*handover)(struct qcom_q6v5 *q6v5)) in qcom_q6v5_init()
257 q6v5->handover = handover; in qcom_q6v5_init()
H A Dqcom_q6v5.h42 void (*handover)(struct qcom_q6v5 *q6v5); member
47 void (*handover)(struct qcom_q6v5 *q6v5));
H A Dti_sci_proc.h83 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id); in ti_sci_proc_handover()
H A Dqcom_q6v5_adsp.c465 int handover; in adsp_stop() local
478 handover = qcom_q6v5_unprepare(&adsp->q6v5); in adsp_stop()
479 if (handover) in adsp_stop()
H A Dqcom_q6v5_pas.c402 int handover; in qcom_pas_stop() local
426 handover = qcom_q6v5_unprepare(&pas->q6v5); in qcom_pas_stop()
427 if (handover) in qcom_pas_stop()
/linux/kernel/printk/
H A Dprintk.c3126 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument
3135 *handover = false; in console_emit_next_record()
3190 *handover = console_lock_spinning_disable_and_check(cookie); in console_emit_next_record()
3199 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument
3201 *handover = false; in console_emit_next_record()
3234 static bool console_flush_one_record(bool do_cond_resched, u64 *next_seq, bool *handover, in console_flush_one_record() argument
3265 progress = nbcon_legacy_emit_next_record(con, handover, cookie, in console_flush_one_record()
3269 progress = console_emit_next_record(con, handover, cookie); in console_flush_one_record()
3277 if (*handover) in console_flush_one_record()
3334 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument
[all …]
H A Dinternal.h108 bool nbcon_legacy_emit_next_record(struct console *con, bool *handover,
160 static inline bool nbcon_legacy_emit_next_record(struct console *con, bool *handover, in nbcon_legacy_emit_next_record() argument
H A Dnbcon.c1506 bool nbcon_legacy_emit_next_record(struct console *con, bool *handover, in nbcon_legacy_emit_next_record() argument
1531 *handover = console_lock_spinning_disable_and_check(cookie); in nbcon_legacy_emit_next_record()
1535 *handover = false; in nbcon_legacy_emit_next_record()
/linux/Documentation/core-api/kho/
H A Dabi.rst23 :doc: memblock kexec handover ABI
H A Dindex.rst63 guarantee that no handover pages land in that region, because handover pages
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,q6v5.txt32 Definition: must be "wdog", "fatal", "ready", "handover", "stop-ack"
/linux/arch/arm64/boot/dts/qcom/
H A Dsdm660.dtsi326 "handover",
H A Dmilos.dtsi1184 "handover",
1297 "handover",
1412 "handover",
2134 "handover",
H A Dqcs404.dtsi619 "handover", "stop-ack";
946 "handover", "stop-ack";
1454 "handover", "stop-ack";
H A Dmsm8953.dtsi1451 "handover", "stop-ack";
2023 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
2158 "handover", "stop-ack";
H A Dsm6375.dtsi1538 "handover",
1576 "handover", "stop-ack";
1614 "handover", "stop-ack";
/linux/include/linux/soc/ti/
H A Dti_sci_protocol.h549 int (*handover)(const struct ti_sci_handle *handle, u8 pid, u8 hid); member
/linux/Documentation/arch/x86/
H A Dboot.rst61 Protocol 2.11 (Kernel 3.6) Added a field for offset of EFI handover
227 0264/4 2.11+ handover_offset Offset of handover entry point
920 the EFI handover protocol entry point. Boot loaders using the EFI
921 handover protocol to boot the kernel should jump to this offset.
1406 from the boot media and jump to the EFI handover protocol entry point
1416 The function prototype for the handover entry point looks like this::
/linux/Documentation/process/
H A Dembargoed-hardware-issues.rst236 response team about the handover. The affected silicon vendor must
247 The handover to the silicon vendor’s response team removes any
/linux/Documentation/admin-guide/device-mapper/
H A Dsnapshot.rst82 stored in the <COW device> of an existing snapshot, through a handover
/linux/tools/memory-model/
H A Dlinux-kernel.cat53 * smp_mb__after_unlock_lock() fence only affects a single lock handover.
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-msm8226.dtsi947 "handover",
1373 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
H A Dqcom-msm8974.dtsi779 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
1575 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
2247 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
H A Dqcom-sdx65.dtsi447 interrupt-names = "wdog", "fatal", "ready", "handover",

123