Searched refs:cacheable (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/sys/arm/xscale/ixp425/
H A Dixp425_pci_space.c227 int cacheable, bus_space_handle_t *bshp)
241 bus_size_t size, bus_size_t alignment, bus_size_t boundary, int cacheable,
414 int cacheable, bus_space_handle_t *bshp)
429 bus_size_t size, bus_size_t alignment, bus_size_t boundary, int cacheable,
226 ixp425_pci_io_bs_map(bus_space_tag_t tag, bus_addr_t bpa, bus_size_t size, int cacheable, bus_space_handle_t *bshp) argument
240 ixp425_pci_io_bs_alloc(bus_space_tag_t tag, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, bus_size_t alignment, bus_size_t boundary, int cacheable, bus_addr_t *bpap, bus_space_handle_t *bshp) argument
413 ixp425_pci_mem_bs_map(bus_space_tag_t tag, bus_addr_t bpa, bus_size_t size, int cacheable, bus_space_handle_t *bshp) argument
428 ixp425_pci_mem_bs_alloc(bus_space_tag_t tag, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, bus_size_t alignment, bus_size_t boundary, int cacheable, bus_addr_t *bpap, bus_space_handle_t *bshp) argument
/freebsd-10-stable/contrib/binutils/bfd/
H A Dcache.c137 recently used cacheable BFD and close it. */
149 ! kill->cacheable;
162 /* There are no open cacheable BFD's. */
467 abfd->cacheable = TRUE; /* Allow it to be closed later. */
H A Dbfd-in.h539 #define bfd_get_cacheable(abfd) ((abfd)->cacheable)
570 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
H A Dopncls.c88 nbfd->cacheable = FALSE;
173 The new BFD is marked as cacheable iff @var{fd} is -1.
229 /* If we opened the file by name, mark it cacheable; we can close it
857 abfd->cacheable = FALSE;
H A Dbfd-in2.h546 #define bfd_get_cacheable(abfd) ((abfd)->cacheable)
577 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
4600 bfd_boolean cacheable;
4593 bfd_boolean cacheable; member in struct:bfd
H A Dcoff-alpha.c2235 BFD_ASSERT (! nbfd->cacheable);
/freebsd-10-stable/sys/arm/include/
H A Dbus.h490 bus_size_t size, int cacheable, bus_space_handle_t *bshp);
504 bus_size_t boundary, int cacheable, bus_addr_t *addrp, \
/freebsd-10-stable/sys/mips/include/
H A Dbus.h453 bus_size_t size, int cacheable, bus_space_handle_t *bshp);
467 bus_size_t boundary, int cacheable, bus_addr_t *addrp, \
/freebsd-10-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h552 #define bfd_get_cacheable(abfd) ((abfd)->cacheable)
583 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
4607 bfd_boolean cacheable;
4600 bfd_boolean cacheable; member in struct:bfd
/freebsd-10-stable/sys/arm/arm/
H A Dpmap.c1212 * cacheable == -1 means we must make the entry uncacheable, 1 means
1213 * cacheable;
1216 pmap_set_cache_entry(pv_entry_t pv, pmap_t pm, vm_offset_t va, int cacheable) argument
1224 if (cacheable == 1) {
1425 * Entry is not cacheable:
1447 * Entry is writable/cacheable: check if pmap
1892 * changing. We've already set the cacheable bits based on
4127 * The page is mapped non-cacheable in

Completed in 171 milliseconds