Home
last modified time | relevance | path

Searched refs:pcbuf (Results 1 – 1 of 1) sorted by relevance

/arch/metag/kernel/
Dtraps.c524 static int handle_data_fault(PTBICTXEXTCB0 pcbuf, struct pt_regs *regs, in handle_data_fault() argument
529 ret = do_page_fault(regs, data_address, !load_fault(pcbuf), trapno); in handle_data_fault()
543 PTBICTXEXTCB0 pcbuf = (PTBICTXEXTCB0)&regs->extcb0; in fault_handler() local
551 (pcbuf[0].CBFlags & (TXCATCH0_WATCH1_BIT | in fault_handler()
560 data_address = fault_address(pcbuf); in fault_handler()
578 handle_data_fault(pcbuf, regs, data_address, SigNum); in fault_handler()