| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | i915_mm.c | 39 unsigned long pfn; member 51 set_pte_at(r->mm, addr, pte, pte_mkspecial(pfn_pte(r->pfn, r->prot))); in remap_pfn() 52 r->pfn++; in remap_pfn() 64 return r->sgt.pfn + (r->sgt.curr >> PAGE_SHIFT); in sgt_pfn() 71 if (GEM_WARN_ON(!r->sgt.pfn)) in remap_sg() 77 r->pfn++; /* track insertions in case we need to unwind later */ in remap_sg() 97 unsigned long addr, unsigned long pfn, unsigned long size, in remap_io_mapping() argument 108 r.pfn = pfn; in remap_io_mapping() 114 zap_vma_ptes(vma, addr, (r.pfn - pfn) << PAGE_SHIFT); in remap_io_mapping() 151 zap_vma_ptes(vma, addr, r.pfn << PAGE_SHIFT); in remap_io_sg()
|
| D | i915_scatterlist.h | 56 unsigned long pfn; member 70 s.pfn = page_to_pfn(sg_page(s.sgp)); in __sgt_iter() 124 ((__pp) = (__iter).pfn == 0 ? NULL : \ 125 pfn_to_page((__iter).pfn + ((__iter).curr >> PAGE_SHIFT))); \
|
| /netbsd/src/sys/uvm/ |
| D | uvm_physseg.c | 233 uvm_physseg_plug(paddr_t pfn, size_t pages, uvm_physseg_t *psp) in uvm_physseg_plug() argument 243 upm = uvm_physseg_find(pfn, &off); in uvm_physseg_plug() 260 VM_PHYSSEG_MAX, pfn, pfn + pages + 1); in uvm_physseg_plug() 266 ps->start = pfn; in uvm_physseg_plug() 267 ps->end = pfn + pages; in uvm_physseg_plug() 745 uvm_physseg_plug(paddr_t pfn, size_t pages, uvm_physseg_t *psp) in uvm_physseg_plug() argument 754 upm = uvm_physseg_find(pfn, &off); in uvm_physseg_plug() 760 paddr_t start = pfn; in uvm_physseg_plug() 761 paddr_t end = pfn + pages; in uvm_physseg_plug() 1276 uvm_physseg_unplug(paddr_t pfn, size_t pages) in uvm_physseg_unplug() argument [all …]
|
| /netbsd/src/sys/arch/arm/arm32/ |
| D | db_machdep.c | 231 tlb_print_addr(size_t way, size_t va_index, vaddr_t vpn, paddr_t pfn) in tlb_print_addr() argument 233 db_printf("[%1zu:%02zx] 0x%05lx000 0x%05lx000", way, va_index, vpn, pfn); in tlb_print_addr() 285 const paddr_t pfn = __SHIFTOUT(d, ARM_A5_TLBDATA_PA); in tlb_print_cortex_a5_entry() local 288 tlb_print_addr(way, va_index, vpn, pfn); in tlb_print_cortex_a5_entry() 348 const paddr_t pfn = __SHIFTOUT(d12, ARM_A7_TLBDATA12_PA); in tlb_print_cortex_a7_entry() local 351 tlb_print_addr(way, va_index, vpn, pfn); in tlb_print_cortex_a7_entry()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/ttm/ |
| D | ttm_bo_vm.c | 191 unsigned long pfn; in ttm_bo_vm_fault_reserved() local 282 pfn = ttm_bo_io_mem_pfn(bo, page_offset); in ttm_bo_vm_fault_reserved() 293 pfn = page_to_pfn(page); in ttm_bo_vm_fault_reserved() 306 __pfn_to_pfn_t(pfn, PFN_DEV), in ttm_bo_vm_fault_reserved() 309 ret = vmf_insert_pfn_prot(vma, address, pfn, prot); in ttm_bo_vm_fault_reserved()
|
| /netbsd/src/sys/arch/mips/include/ |
| D | pte.h | 138 static __inline paddr_t mips_tlbpfn_to_paddr(uint32_t pfn) __pure; 240 mips_tlbpfn_to_paddr(uint32_t pfn) in mips_tlbpfn_to_paddr() argument 243 return (mips3_tlbpfn_to_paddr(pfn)); in mips_tlbpfn_to_paddr() 244 return (mips1_tlbpfn_to_paddr(pfn)); in mips_tlbpfn_to_paddr()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | v3nametest.c | 345 const struct set_name_fn *pfn = &name_fns[i]; in call_run_cert() local 349 TEST_info("%s", pfn->name); in call_run_cert() 352 || !TEST_true(pfn->fn(crt, *pname)) in call_run_cert() 353 || !run_cert(crt, *pname, pfn)) in call_run_cert()
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | simple-object.txh | 28 (simple_object_read *@var{simple_object}, int (*@var{pfn}) (void *@var{data}, @ 32 This function calls @var{pfn} for each section in @var{simple_object}. 33 It calls @var{pfn} with the section name, the offset within the file 37 function is passed along to @var{pfn}. 39 If @var{pfn} returns @code{0}, the loop over the sections stops and 40 @code{simple_object_find_sections} returns. If @var{pfn} returns some
|
| D | simple-object-common.h | 114 int (*pfn) (void *, const char *, 148 char *(*pfn) (const char *),
|
| D | simple-object-mach-o.c | 406 int (*pfn) (void *, const char *, off_t offset, in simple_object_mach_o_segment() 657 if (!(*pfn) (data, name, secoffset, secsize)) in simple_object_mach_o_segment() 716 if (!(*pfn) (data, name, secoffset, secsize)) in simple_object_mach_o_segment() 740 int (*pfn) (void *, const char *, in simple_object_mach_o_find_sections() 795 r = simple_object_mach_o_segment (sobj, offset, segbuf, pfn, in simple_object_mach_o_find_sections()
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | simple-object.txh | 28 (simple_object_read *@var{simple_object}, int (*@var{pfn}) (void *@var{data}, @ 32 This function calls @var{pfn} for each section in @var{simple_object}. 33 It calls @var{pfn} with the section name, the offset within the file 37 function is passed along to @var{pfn}. 39 If @var{pfn} returns @code{0}, the loop over the sections stops and 40 @code{simple_object_find_sections} returns. If @var{pfn} returns some
|
| D | simple-object-common.h | 114 int (*pfn) (void *, const char *, 148 char *(*pfn) (const char *),
|
| D | simple-object-mach-o.c | 406 int (*pfn) (void *, const char *, off_t offset, in simple_object_mach_o_segment() 657 if (!(*pfn) (data, name, secoffset, secsize)) in simple_object_mach_o_segment() 716 if (!(*pfn) (data, name, secoffset, secsize)) in simple_object_mach_o_segment() 740 int (*pfn) (void *, const char *, in simple_object_mach_o_find_sections() 795 r = simple_object_mach_o_segment (sobj, offset, segbuf, pfn, in simple_object_mach_o_find_sections()
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | simple-object.txh | 28 (simple_object_read *@var{simple_object}, int (*@var{pfn}) (void *@var{data}, @ 32 This function calls @var{pfn} for each section in @var{simple_object}. 33 It calls @var{pfn} with the section name, the offset within the file 37 function is passed along to @var{pfn}. 39 If @var{pfn} returns @code{0}, the loop over the sections stops and 40 @code{simple_object_find_sections} returns. If @var{pfn} returns some
|
| D | simple-object-common.h | 114 int (*pfn) (void *, const char *, 148 char *(*pfn) (const char *),
|
| D | simple-object-mach-o.c | 406 int (*pfn) (void *, const char *, off_t offset, in simple_object_mach_o_segment() 657 if (!(*pfn) (data, name, secoffset, secsize)) in simple_object_mach_o_segment() 716 if (!(*pfn) (data, name, secoffset, secsize)) in simple_object_mach_o_segment() 740 int (*pfn) (void *, const char *, in simple_object_mach_o_find_sections() 795 r = simple_object_mach_o_segment (sobj, offset, segbuf, pfn, in simple_object_mach_o_find_sections()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | expr.cc | 65 tree pfn; in cplus_expand_constant() local 67 expand_ptrmemfunc_cst (cst, &delta, &pfn); in cplus_expand_constant() 68 cst = build_ptrmemfunc1 (type, delta, pfn); in cplus_expand_constant()
|
| D | typeck.cc | 9521 build_ptrmemfunc1 (tree type, tree delta, tree pfn) in build_ptrmemfunc1() argument 9536 pfn = fold_convert (TREE_TYPE (pfn_field), pfn); in build_ptrmemfunc1() 9540 CONSTRUCTOR_APPEND_ELT(v, pfn_field, pfn); in build_ptrmemfunc1() 9543 TREE_CONSTANT (u) = TREE_CONSTANT (pfn) & TREE_CONSTANT (delta); in build_ptrmemfunc1() 9545 && (initializer_constant_valid_p (pfn, TREE_TYPE (pfn)) in build_ptrmemfunc1() 9564 build_ptrmemfunc (tree type, tree pfn, int force, bool c_cast_p, in build_ptrmemfunc() argument 9571 if (error_operand_p (pfn)) in build_ptrmemfunc() 9574 pfn_type = TREE_TYPE (pfn); in build_ptrmemfunc() 9585 && !can_convert_arg (to_type, TREE_TYPE (pfn), pfn, in build_ptrmemfunc() 9602 STRIP_ANY_LOCATION_WRAPPER (pfn); in build_ptrmemfunc() [all …]
|
| /netbsd/src/sys/arch/alpha/pci/ |
| D | apecsreg.h | 343 #define SGMAP_MAKEENTRY(pfn) (SGMAPENT_EVAL | ((pfn) << 1)) argument
|
| /netbsd/src/sys/arch/alpha/include/ |
| D | alpha_cpu.h | 253 #define ALPHA_PTE_FROM_PFN(pfn) ((pfn) << 32) argument
|
| /netbsd/src/sys/arch/atari/atari/ |
| D | autoconf.c | 142 atari_config_found(cfdata_t pcfp, device_t parent, void *aux, cfprint_t pfn, in atari_config_found() argument 151 rv = config_found(parent, aux, pfn, cfargs) != NULL; in atari_config_found()
|
| /netbsd/src/sys/arch/amigappc/amigappc/ |
| D | autoconf.c | 126 amiga_config_found(cfdata_t pcfp, device_t parent, void *aux, cfprint_t pfn, in amiga_config_found() argument 135 rv = config_found(parent, aux, pfn, cfargs) != NULL; in amiga_config_found()
|
| /netbsd/src/sys/arch/alpha/stand/standtest/ |
| D | test.c | 77 main(unsigned long pfn, unsigned long ptb, unsigned long bim, unsigned long bip, unsigned long biv) in main() argument 107 arg_pfn = pfn; in main()
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | simple-object.h | 72 int (*pfn) (void *data, const char *,
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | simple-object.h | 72 int (*pfn) (void *data, const char *,
|