Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcache.c143 ! kill->cacheable; in close_one()
284 abfd->cacheable = TRUE; /* Allow it to be closed later. */ in bfd_open_file()
H A Dopncls.c88 nbfd->cacheable = FALSE; in _bfd_new_bfd()
611 abfd->cacheable = FALSE; in bfd_make_readable()
H A Dbfd-in.h473 #define bfd_get_cacheable(abfd) ((abfd)->cacheable)
504 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
H A Dbfd-in2.h480 #define bfd_get_cacheable(abfd) ((abfd)->cacheable)
511 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
3678 bfd_boolean cacheable; member
H A Dcoff-alpha.c2196 BFD_ASSERT (! nbfd->cacheable);
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcache.c149 ! kill->cacheable; in close_one()
467 abfd->cacheable = TRUE; /* Allow it to be closed later. */ in bfd_open_file()
H A Dbfd-in.h504 #define bfd_get_cacheable(abfd) ((abfd)->cacheable)
535 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
H A Dopncls.c88 nbfd->cacheable = FALSE; in _bfd_new_bfd()
815 abfd->cacheable = FALSE; in bfd_make_readable()
H A Dbfd-in2.h511 #define bfd_get_cacheable(abfd) ((abfd)->cacheable)
542 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
4375 bfd_boolean cacheable; member
H A Dcoff-alpha.c2211 BFD_ASSERT (! nbfd->cacheable);
H A DChangeLog-20052101 * opncls.c (bfd_fopen): Mark returned BFD as cacheable if FD == -1.
/openbsd/sys/arch/alpha/tc/
H A Dtc_bus_mem.c246 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local
250 if (linear && !cacheable)
255 if (cacheable)
/openbsd/sys/arch/riscv64/include/
H A Dpmap.h98 void pmap_kenter_cache(vaddr_t va, paddr_t pa, vm_prot_t prot, int cacheable);
/openbsd/sys/arch/arm64/include/
H A Dpmap.h107 void pmap_kenter_cache(vaddr_t va, paddr_t pa, vm_prot_t prot, int cacheable);
/openbsd/gnu/gcc/gcc/config/sh/
H A Dcrt1.asm190 ! Area 0 - 1Mb cacheable at 0x00000000
192 ! Area 2 - 1Mb cacheable at 0x05000000
193 ! - 1Mb cacheable at 0x05100000
229 ! Area 0 - 1Mb cacheable at 0x00000000
231 ! Area 2 - 1Mb cacheable at 0x05000000
232 ! - 1Mb cacheable at 0x05100000
/openbsd/sys/arch/arm/include/
H A Dpmap.h252 void pmap_kenter_cache(vaddr_t va, paddr_t pa, vm_prot_t prot, int cacheable);
/openbsd/sys/arch/arm/arm/
H A Dpmap7.c1426 pmap_kenter_cache(vaddr_t va, paddr_t pa, vm_prot_t prot, int cacheable) in pmap_kenter_cache() argument
1428 if (cacheable == 0) in pmap_kenter_cache()
/openbsd/sys/arch/riscv64/riscv64/
H A Dpmap.c731 pmap_kenter_cache(vaddr_t va, paddr_t pa, vm_prot_t prot, int cacheable) in pmap_kenter_cache() argument
733 _pmap_kenter_pa(va, pa, prot, prot, cacheable); in pmap_kenter_cache()
/openbsd/sys/arch/arm64/arm64/
H A Dpmap.c792 pmap_kenter_cache(vaddr_t va, paddr_t pa, vm_prot_t prot, int cacheable) in pmap_kenter_cache() argument
794 _pmap_kenter_pa(va, pa, prot, prot, cacheable); in pmap_kenter_cache()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dopncls.texi24 The new BFD is marked as cacheable iff @var{fd} is -1.
H A Dbfdt.texi31 bfd_boolean cacheable;
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dbfdt.texi35 bfd_boolean cacheable;
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19921021 cacheable. `So many symbol files, so little file descriptors.'
H A DChangeLog10733 poking .cacheable directly.