Searched refs:vm_offset_t (Results 1 - 25 of 82) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dofw.h55 void ofw_configisa(vm_offset_t *, vm_offset_t *);
56 void ofw_configisadma(vm_offset_t *);
57 int ofw_isadmarangeintersect(vm_offset_t, vm_offset_t,
58 vm_offset_t *, vm_offset_t *);
59 vm_offset_t ofw_gettranslation(vm_offset_t);
60 vm_offset_t ofw_ma
[all...]
H A Dtypes.h49 typedef unsigned long vm_offset_t; /* depreciated */ typedef
/netbsd-6-1-5-RELEASE/sys/dev/pci/bktr/
H A Dbktr_mem.h64 void bktr_store_address(int unit, int type, vm_offset_t addr);
65 vm_offset_t bktr_retrieve_address(int unit, int type);
H A Dbktr_os.h54 vm_offset_t get_bktr_mem(int unit, unsigned size);
63 vm_offset_t get_bktr_mem(bktr_ptr_t, bus_dmamap_t *, unsigned size);
64 void free_bktr_mem(bktr_ptr_t, bus_dmamap_t, vm_offset_t);
H A Dbktr_mem.c62 vm_offset_t dma_prog;
63 vm_offset_t odd_dma_prog;
64 vm_offset_t vbidata;
65 vm_offset_t vbibuffer;
66 vm_offset_t buf;
120 bktr_store_address(int unit, int type, vm_offset_t addr) {
152 vm_offset_t
/netbsd-6-1-5-RELEASE/usr.sbin/acpitools/
H A Dacpi_netbsd.h38 typedef vaddr_t vm_offset_t; typedef
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/include/
H A Dvmparam.h82 #define VM_MIN_ADDRESS ((vm_offset_t)0x00008000)
83 #define VM_MAX_ADDRESS ((vm_offset_t)0x02000000 - KVM_SIZE)
88 #define VM_MAX_KERNEL_ADDRESS ((vm_offset_t)0x02000000)
/netbsd-6-1-5-RELEASE/sys/compat/ndis/
H A Dsubr_pe.c74 static vm_offset_t pe_functbl_match(image_patch_table *, char *);
85 pe_get_dos_header(vm_offset_t imgbase, image_dos_header *hdr)
106 pe_is_nt_image(vm_offset_t imgbase)
132 pe_get_optional_header(vm_offset_t imgbase, image_optional_header *hdr)
158 pe_get_file_header(vm_offset_t imgbase, image_file_header *hdr)
184 pe_get_section_header(vm_offset_t imgbase, image_section_header *hdr)
198 sect_hdr = (image_section_header *)((vm_offset_t)nt_hdr +
211 pe_numsections(vm_offset_t imgbase)
226 vm_offset_t
227 pe_imagebase(vm_offset_t imgbas
[all...]
H A Dpe_var.h560 extern int pe_get_dos_header(vm_offset_t, image_dos_header *);
561 extern int pe_is_nt_image(vm_offset_t);
562 extern int pe_get_optional_header(vm_offset_t, image_optional_header *);
563 extern int pe_get_file_header(vm_offset_t, image_file_header *);
564 extern int pe_get_section_header(vm_offset_t, image_section_header *);
565 extern int pe_numsections(vm_offset_t);
566 extern vm_offset_t pe_imagebase(vm_offset_t);
567 extern vm_offset_t pe_directory_offset(vm_offset_t, uint32_
[all...]
H A Dkern_windrv.c143 windrv_lookup(vm_offset_t img, const char *name)
195 windrv_unload(module_t mod, vm_offset_t img, int len)
247 windrv_load(module_t mod, vm_offset_t img, int len)
481 vm_offset_t *calladdr;
482 vm_offset_t wrapstart, wrapend, wrapcall;
484 wrapstart = (vm_offset_t)&x86_64_wrap;
485 wrapend = (vm_offset_t)&x86_64_wrap_end;
486 wrapcall = (vm_offset_t)&x86_64_wrap_call;
501 *calladdr = (vm_offset_t)func;
/netbsd-6-1-5-RELEASE/sys/arch/amiga/include/
H A Dcpu.h155 void clearseg(vm_offset_t);
158 void physcopyseg(vm_offset_t, vm_offset_t);
171 void pmap_bootstrap(vm_offset_t, vm_offset_t);
/netbsd-6-1-5-RELEASE/sys/arch/arm/footbridge/isa/
H A Disa_io.c225 isa_io_init(vm_offset_t isa_io_addr, vm_offset_t isa_mem_addr)
236 vm_offset_t
239 return (vm_offset_t)isa_io_bs_tag.bs_cookie;
242 vm_offset_t
245 return (vm_offset_t)isa_mem_bs_tag.bs_cookie;
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/tsarm/isa/
H A Disa_io.c240 isa_io_init(vm_offset_t isa_io_addr, vm_offset_t isa_mem_addr)
260 vm_offset_t
263 return (vm_offset_t)isa_io_bs_tag.bs_cookie;
266 vm_offset_t
269 return (vm_offset_t)isa_mem_bs_tag.bs_cookie;
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dtypes.h49 typedef unsigned long vm_offset_t; typedef
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dtypes.h48 typedef unsigned long vm_offset_t; /* depreciated */ typedef
/netbsd-6-1-5-RELEASE/usr.sbin/acpitools/aml/
H A Daml_common.h126 vm_offset_t addr, bytelen;
130 vm_offset_t vaddr; /* SystemMemory */
151 int aml_region_read_simple(struct aml_region_handle *, vm_offset_t,
153 int aml_region_write_simple(struct aml_region_handle *, vm_offset_t,
H A Daml_region.c85 aml_region_read_simple(struct aml_region_handle *h, vm_offset_t offset, u_int32_t *valuep)
150 aml_region_write_simple(struct aml_region_handle *h, vm_offset_t offset, u_int32_t value)
214 vm_offset_t addr, vaddr;
318 vm_offset_t from_addr, from_vaddr;
319 vm_offset_t to_addr, to_vaddr;
/netbsd-6-1-5-RELEASE/usr.sbin/acpitools/acpidump/
H A Dacpidump.h79 void *acpi_map_physical(vm_offset_t, size_t);
H A Dacpi_user.c53 vm_offset_t pa;
73 acpi_user_find_mapping(vm_offset_t pa, size_t size)
188 acpi_map_physical(vm_offset_t pa, size_t size)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/dtrace/i386/
H A Ddtrace_isa.c46 #define INKERNEL(va) (((vm_offset_t)(va)) >= USRSTACK && \
47 ((vm_offset_t)(va)) < VM_MAX_KERNEL_ADDRESS)
55 typedef unsigned long vm_offset_t; typedef
69 vm_offset_t callpc;
104 (vm_offset_t)frame->f_frame >=
105 (vm_offset_t)ebp + KSTACK_SIZE)
418 vm_offset_t ebp;
431 (vm_offset_t)frame->f_frame >=
432 (vm_offset_t)ebp + KSTACK_SIZE)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/dtrace/amd64/
H A Ddtrace_isa.c65 typedef unsigned long vm_offset_t; typedef
74 vm_offset_t callpc;
105 (vm_offset_t)frame->f_frame >=
106 (vm_offset_t)rbp + KSTACK_SIZE)
385 vm_offset_t rbp;
398 (vm_offset_t)frame->f_frame >=
399 (vm_offset_t)rbp + KSTACK_SIZE)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/evbarm/
H A Dinitarm_common.c95 vm_offset_t msgbufphys;
96 vm_offset_t physical_start;
97 vm_offset_t physical_end;
122 vm_offset_t physical_freestart;
123 vm_offset_t physical_freeend;
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/smdk2xx0/
H A Dsmdk2800_machdep.c193 vm_offset_t physical_start;
194 vm_offset_t physical_freestart;
195 vm_offset_t physical_freeend;
196 vm_offset_t physical_end;
210 vm_offset_t msgbufphys;
379 vm_offset_t md_root_start;
/netbsd-6-1-5-RELEASE/sys/arch/netwinder/netwinder/
H A Dnetwinder_machdep.c134 vm_offset_t physical_start;
135 vm_offset_t physical_freestart;
136 vm_offset_t physical_freeend;
137 vm_offset_t physical_end;
139 vm_offset_t pagetables_start;
152 vm_offset_t msgbufphys;
338 vm_offset_t va;
339 vm_offset_t pa;
/netbsd-6-1-5-RELEASE/sys/arch/cats/cats/
H A Dcats_machdep.c126 vm_offset_t physical_start;
127 vm_offset_t physical_freestart;
128 vm_offset_t physical_freeend;
129 vm_offset_t physical_end;
131 vm_offset_t pagetables_start;
140 vm_offset_t msgbufphys;
287 vm_offset_t va;
288 vm_offset_t pa;

Completed in 367 milliseconds

1234