Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dif_fpa.c113 int cacheable = 0; local
140 &cacheable)) {
146 if (bus_space_map(sc->sc_csrtag, csrbase, csrsize, cacheable,
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcache.c247 ! kill->cacheable; in close_one()
392 abfd->cacheable = TRUE; /* Allow it to be closed later. */ in bfd_open_file()
Dbfd-in.h497 #define bfd_get_cacheable(abfd) ((abfd)->cacheable)
528 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
Dopncls.c88 nbfd->cacheable = FALSE; in _bfd_new_bfd()
813 abfd->cacheable = FALSE; in bfd_make_readable()
Dbfd-in2.h504 #define bfd_get_cacheable(abfd) ((abfd)->cacheable)
535 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
4089 bfd_boolean cacheable; member
Dcoff-alpha.c2202 BFD_ASSERT (! nbfd->cacheable);
/mirbsd/src/sys/arch/i386/i386/
Dmachdep.c3106 bus_space_map(t, bpa, size, cacheable, bshp) in bus_space_map() argument
3110 int cacheable;
3158 error = bus_mem_add_mapping(bpa, size, cacheable, bshp);
3172 _bus_space_map(t, bpa, size, cacheable, bshp) in _bus_space_map() argument
3176 int cacheable;
3191 return (bus_mem_add_mapping(bpa, size, cacheable, bshp));
3195 bus_space_alloc(t, rstart, rend, size, alignment, boundary, cacheable, in bus_space_alloc() argument
3200 int cacheable;
3252 error = bus_mem_add_mapping(bpa, size, cacheable, bshp);
3268 bus_mem_add_mapping(bpa, size, cacheable, bshp) in bus_mem_add_mapping() argument
[all …]
/mirbsd/src/sys/arch/i386/include/
Dbus.h122 bus_size_t size, int cacheable, bus_space_handle_t *bshp);
125 bus_size_t size, int cacheable, bus_space_handle_t *bshp);
136 bus_size_t boundary, int cacheable, bus_addr_t *addrp,
/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dopncls.texi21 The new BFD is marked as cacheable iff @var{fd} is -1.
Dbfdt.texi31 bfd_boolean cacheable;