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

/freebsd-11-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-11-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)
4605 bfd_boolean cacheable;
4598 bfd_boolean cacheable; member in struct:bfd
H A Dcoff-alpha.c2235 BFD_ASSERT (! nbfd->cacheable);
/freebsd-11-stable/sys/arm/include/
H A Dbus.h492 bus_size_t size, int cacheable, bus_space_handle_t *bshp);
506 bus_size_t boundary, int cacheable, bus_addr_t *addrp, \
/freebsd-11-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-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dcached_data.c1294 svn_boolean_t cacheable = rs->chunk_index == 0
1304 if (cacheable)
1319 if (cacheable)
1376 if (cacheable)
1963 * cacheable, implying they fit into memory. */
2140 * is cacheable. If it is not, then also don't try to buffer and
1293 svn_boolean_t cacheable = rs->chunk_index == 0 local
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js160 selector = ( ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment ).childNodes;
6041 results.cacheable || ( l > 1 && i < lastIndex ) ?
6151 var fragment, cacheable, cacheresults, doc,
6178 cacheable = true;
6191 if ( cacheable ) {
6195 return { fragment: fragment, cacheable: cacheable };
8926 // Create a cacheable copy of the iframe document on first call.
/freebsd-11-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)
4612 bfd_boolean cacheable;
4605 bfd_boolean cacheable; member in struct:bfd
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v4.c1172 * cacheable == -1 means we must make the entry uncacheable, 1 means
1173 * cacheable;
1176 pmap_set_cache_entry(pv_entry_t pv, pmap_t pm, vm_offset_t va, int cacheable) argument
1184 if (cacheable == 1) {
1385 * Entry is not cacheable:
1407 * Entry is writable/cacheable: check if pmap
1854 * changing. We've already set the cacheable bits based on
4148 * The page is mapped non-cacheable in

Completed in 235 milliseconds