Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/mm/
Dfault.c113 is_prefetch(struct pt_regs *regs, unsigned long error_code, unsigned long addr) in is_prefetch() function
715 if (is_prefetch(regs, error_code, address)) in no_context()
803 if (is_prefetch(regs, error_code, address)) in __bad_area_nosemaphore()
931 if (is_prefetch(regs, error_code, address)) in do_sigbus()
/Linux-v5.10/drivers/pci/controller/
Dpcie-rockchip-ep.c186 bool is_prefetch = !!(flags & PCI_BASE_ADDRESS_MEM_PREFETCH); in rockchip_pcie_ep_set_bar() local
192 if (is_64bits && is_prefetch) in rockchip_pcie_ep_set_bar()
195 else if (is_prefetch) in rockchip_pcie_ep_set_bar()
/Linux-v5.10/drivers/pci/controller/cadence/
Dpcie-cadence-ep.c74 bool is_prefetch = !!(flags & PCI_BASE_ADDRESS_MEM_PREFETCH); in cdns_pcie_ep_set_bar() local
83 if (is_64bits && is_prefetch) in cdns_pcie_ep_set_bar()
85 else if (is_prefetch) in cdns_pcie_ep_set_bar()