/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | cache.c | 143 ! kill->cacheable; in close_one() 284 abfd->cacheable = TRUE; /* Allow it to be closed later. */ in bfd_open_file()
|
H A D | opncls.c | 88 nbfd->cacheable = FALSE; in _bfd_new_bfd() 611 abfd->cacheable = FALSE; in bfd_make_readable()
|
H A D | bfd-in.h | 473 #define bfd_get_cacheable(abfd) ((abfd)->cacheable) 504 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
|
H A D | bfd-in2.h | 480 #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 D | coff-alpha.c | 2196 BFD_ASSERT (! nbfd->cacheable);
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | cache.c | 149 ! kill->cacheable; in close_one() 467 abfd->cacheable = TRUE; /* Allow it to be closed later. */ in bfd_open_file()
|
H A D | bfd-in.h | 504 #define bfd_get_cacheable(abfd) ((abfd)->cacheable) 535 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
|
H A D | opncls.c | 88 nbfd->cacheable = FALSE; in _bfd_new_bfd() 815 abfd->cacheable = FALSE; in bfd_make_readable()
|
H A D | bfd-in2.h | 511 #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 D | coff-alpha.c | 2211 BFD_ASSERT (! nbfd->cacheable);
|
H A D | ChangeLog-2005 | 2101 * opncls.c (bfd_fopen): Mark returned BFD as cacheable if FD == -1.
|
/openbsd/sys/arch/alpha/tc/ |
H A D | tc_bus_mem.c | 246 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local 250 if (linear && !cacheable) 255 if (cacheable)
|
/openbsd/sys/arch/riscv64/include/ |
H A D | pmap.h | 98 void pmap_kenter_cache(vaddr_t va, paddr_t pa, vm_prot_t prot, int cacheable);
|
/openbsd/sys/arch/arm64/include/ |
H A D | pmap.h | 107 void pmap_kenter_cache(vaddr_t va, paddr_t pa, vm_prot_t prot, int cacheable);
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | crt1.asm | 190 ! 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 D | pmap.h | 252 void pmap_kenter_cache(vaddr_t va, paddr_t pa, vm_prot_t prot, int cacheable);
|
/openbsd/sys/arch/arm/arm/ |
H A D | pmap7.c | 1426 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 D | pmap.c | 731 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 D | pmap.c | 792 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 D | opncls.texi | 24 The new BFD is marked as cacheable iff @var{fd} is -1.
|
H A D | bfdt.texi | 31 bfd_boolean cacheable;
|
/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | bfdt.texi | 35 bfd_boolean cacheable;
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-1992 | 1021 cacheable. `So many symbol files, so little file descriptors.'
|
H A D | ChangeLog | 10733 poking .cacheable directly.
|