Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dof_test.c104 .size = RESOURCE_SIZE_MAX,
107 .res_end = RESOURCE_SIZE_MAX,
110 .start = RESOURCE_SIZE_MAX,
113 .res_start = RESOURCE_SIZE_MAX,
114 .res_end = RESOURCE_SIZE_MAX,
118 .size = RESOURCE_SIZE_MAX,
122 .start = RESOURCE_SIZE_MAX,
/linux/include/linux/
H A Dlimits.h13 #define RESOURCE_SIZE_MAX ((resource_size_t)~0) macro
/linux/arch/x86/pci/
H A Dbus_numa.c104 if (start == RESOURCE_SIZE_MAX) in update_res()
/linux/arch/mips/cavium-octeon/
H A Dsetup.c1243 ioport_resource.start = RESOURCE_SIZE_MAX; in octeon_no_pci_init()
/linux/drivers/cxl/core/
H A Dhdm.c533 resource_size_t base = RESOURCE_SIZE_MAX; in cxl_dpa_resource_start()
H A Dregion.c3140 if (base == RESOURCE_SIZE_MAX) in cxl_dpa_to_hpa()
3225 if (dpa != RESOURCE_SIZE_MAX) in region_offset_to_dpa_result()
/linux/drivers/pci/
H A Dsetup-bus.c1250 .max = RESOURCE_SIZE_MAX, in pbus_upstream_space_available()