Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/arch/x86/mm/
Dfault.c112 is_prefetch(struct pt_regs *regs, unsigned long error_code, unsigned long addr) in is_prefetch() function
794 if (is_prefetch(regs, error_code, address)) in no_context()
882 if (is_prefetch(regs, error_code, address)) in __bad_area_nosemaphore()
1008 if (is_prefetch(regs, error_code, address)) in do_sigbus()