Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/controller/
Dpcie-cadence-ep.c103 bool is_prefetch = !!(flags & PCI_BASE_ADDRESS_MEM_PREFETCH); in cdns_pcie_ep_set_bar() local
112 if (is_64bits && is_prefetch) in cdns_pcie_ep_set_bar()
114 else if (is_prefetch) in cdns_pcie_ep_set_bar()
Dpcie-rockchip-ep.c185 bool is_prefetch = !!(flags & PCI_BASE_ADDRESS_MEM_PREFETCH); in rockchip_pcie_ep_set_bar() local
191 if (is_64bits && is_prefetch) in rockchip_pcie_ep_set_bar()
194 else if (is_prefetch) in rockchip_pcie_ep_set_bar()
/Linux-v4.19/arch/x86/mm/
Dfault.c123 is_prefetch(struct pt_regs *regs, unsigned long error_code, unsigned long addr) in is_prefetch() function
785 if (is_prefetch(regs, error_code, address)) in no_context()
860 if (is_prefetch(regs, error_code, address)) in __bad_area_nosemaphore()
983 if (is_prefetch(regs, error_code, address)) in do_sigbus()