Home
last modified time | relevance | path

Searched refs:cacheable (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/sys/contrib/device-tree/Bindings/pmem/
H A Dpmem-region.txt6 a) Usable as main system memory (i.e. cacheable), and
25 (i.e cacheable).
/freebsd-13.1/sys/contrib/device-tree/Bindings/dma/
H A Dsnps-dma.txt29 The default value is 0 (for non-cacheable, non-buffered,
H A Dsnps,dma-spear1340.yaml143 bit 1 - DMA is bufferable, bit 2 - DMA is cacheable.
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/
H A Dl2c2x0.yaml159 memory non-cacheable transactions" into "cacheable no allocate" (for reads)
/freebsd-13.1/sys/mips/include/
H A Dbus.h445 bus_size_t size, int cacheable, bus_space_handle_t *bshp);
459 bus_size_t boundary, int cacheable, bus_addr_t *addrp, \
/freebsd-13.1/sys/arm/include/
H A Dbus.h481 bus_size_t size, int cacheable, bus_space_handle_t *bshp);
495 bus_size_t boundary, int cacheable, bus_addr_t *addrp, \
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dcached_data.c1293 svn_boolean_t cacheable = rs->chunk_index == 0 in read_delta_window() local
1303 if (cacheable) in read_delta_window()
1318 if (cacheable) in read_delta_window()
1375 if (cacheable) in read_delta_window()
/freebsd-13.1/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 };
/freebsd-13.1/contrib/subversion/
H A DCHANGES1080 * membuffer: quadruple the maximum cacheable directory size (r1545948 et al)