Searched refs:handle_break (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/riscv/include/asm/
H A Dentry-common.h26 void handle_break(struct pt_regs *regs);
/linux-master/arch/riscv/kernel/
H A Dtraps.c273 void handle_break(struct pt_regs *regs) function
302 handle_break(regs);
308 handle_break(regs);
/linux-master/drivers/tty/serial/8250/
H A D8250_tegra.c63 port->handle_break = tegra_uart_handle_break;
H A D8250_core.c865 uart.port.handle_break = p->handle_break;
1125 if (up->port.handle_break)
1126 uart->port.handle_break = up->port.handle_break;
H A D8250_pci.c1869 port->port.handle_break = kt_handle_break;
/linux-master/include/linux/
H A Dserial_8250.h62 void (*handle_break)(struct uart_port *); member in struct:plat_serial8250_port
H A Dserial_core.h456 void (*handle_break)(struct uart_port *); member in struct:uart_port
1124 if (port->handle_break)
1125 port->handle_break(port);
/linux-master/arch/parisc/kernel/
H A Dtraps.c280 static void handle_break(struct pt_regs *regs) function
574 handle_break(regs);
/linux-master/arch/mips/include/asm/
H A Dkvm_host.h725 int (*handle_break)(struct kvm_vcpu *vcpu); member in struct:kvm_mips_callbacks
/linux-master/arch/mips/kvm/
H A Dmips.c1266 ret = kvm_mips_callbacks->handle_break(vcpu);
H A Dvz.c3279 .handle_break = kvm_trap_vz_no_handler,

Completed in 177 milliseconds