Searched refs:cacheable (Results 1 – 10 of 10) sorted by relevance
| /mirbsd/src/sys/dev/pci/ |
| D | if_fpa.c | 113 int cacheable = 0; local 140 &cacheable)) { 146 if (bus_space_map(sc->sc_csrtag, csrbase, csrsize, cacheable,
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | cache.c | 247 ! kill->cacheable; in close_one() 392 abfd->cacheable = TRUE; /* Allow it to be closed later. */ in bfd_open_file()
|
| D | bfd-in.h | 497 #define bfd_get_cacheable(abfd) ((abfd)->cacheable) 528 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
|
| D | opncls.c | 88 nbfd->cacheable = FALSE; in _bfd_new_bfd() 813 abfd->cacheable = FALSE; in bfd_make_readable()
|
| D | bfd-in2.h | 504 #define bfd_get_cacheable(abfd) ((abfd)->cacheable) 535 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE) 4089 bfd_boolean cacheable; member
|
| D | coff-alpha.c | 2202 BFD_ASSERT (! nbfd->cacheable);
|
| /mirbsd/src/sys/arch/i386/i386/ |
| D | machdep.c | 3106 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/ |
| D | bus.h | 122 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/ |
| D | opncls.texi | 21 The new BFD is marked as cacheable iff @var{fd} is -1.
|
| D | bfdt.texi | 31 bfd_boolean cacheable;
|