Searched refs:base (Results 1 - 25 of 1859) sorted by last modified time

1234567891011>>

/freebsd-current/sys/x86/iommu/
H A Dintel_utils.c240 calc_am(struct dmar_unit *unit, iommu_gaddr_t base, iommu_gaddr_t size, argument
248 if ((base & (isize - 1)) == 0 && size >= isize)
H A Dintel_drv.c419 unit->base = dmaru->Address;
H A Dintel_dmar.h127 uint64_t base; member in struct:dmar_unit
238 int calc_am(struct dmar_unit *unit, iommu_gaddr_t base, iommu_gaddr_t size,
281 void domain_flush_iotlb_sync(struct dmar_domain *domain, iommu_gaddr_t base,
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c5069 char *symlink, *base; local
5079 base = zfs_uio_iovbase(&uio, 0);
5093 memcpy(symlink, base, symlink_len);
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h709 extern int ddi_strtoull(const char *str, char **nptr, int base,
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h206 #define qsort(base, num, size, cmp) \
207 sort(base, num, size, cmp, NULL)
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c4833 * Tries to promote an aligned, contiguous set of base page mappings to a
4835 * met: (1) the base page mappings must map aligned, contiguous physical
4836 * memory and (2) the base page mappings must have identical characteristics
5449 * PMAP_ENTER_NOREPLACE was specified and a base page mapping already exists
7841 vm_offset_t base, offset, tmpva; local
7849 base = trunc_page(va);
7853 if (!VIRT_IN_DMAP(base) &&
7854 !(base >= VM_MIN_KERNEL_ADDRESS && base < VM_MAX_KERNEL_ADDRESS))
7869 if (VIRT_IN_DMAP(base)) {
[all...]
/freebsd-current/sys/vm/
H A Dvm_page.c5025 vm_page_bits(int base, int size) argument
5031 base + size <= PAGE_SIZE,
5032 ("vm_page_bits: illegal base/size %d/%d", base, size)
5038 first_bit = base >> DEV_BSHIFT;
5039 last_bit = (base + size - 1) >> DEV_BSHIFT;
5175 * (base + size) must be less then or equal to PAGE_SIZE.
5178 vm_page_set_valid_range(vm_page_t m, int base, int size) argument
5188 * If the base is not DEV_BSIZE aligned and the valid
5192 if ((frag = rounddown2(base, DEV_BSIZ
5279 vm_page_set_validclean(vm_page_t m, int base, int size) argument
5360 vm_page_clear_dirty(vm_page_t m, int base, int size) argument
5373 vm_page_set_invalid(vm_page_t m, int base, int size) argument
5482 vm_page_is_valid(vm_page_t m, int base, int size) argument
[all...]
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c4603 vm_offset_t base, offset, tmpva; local
4609 base = trunc_page(va);
4613 if (!VIRT_IN_DMAP(base) &&
4614 !(base >= VM_MIN_KERNEL_ADDRESS && base < VM_MAX_KERNEL_ADDRESS))
4617 for (tmpva = base; tmpva < base + size; ) {
/freebsd-current/sys/powerpc/booke/
H A Dpmap.c2325 vm_offset_t base, offset, va; local
2332 base = trunc_page(va);
2335 mmu_booke_qremove(base, atop(size));
2336 kva_free(base, size);
2770 vm_offset_t base; local
2774 base = va;
2818 mapped = (va - base);
/freebsd-current/sys/kern/
H A Dsubr_vmem.c1234 vmem_init(vmem_t *vm, const char *name, vmem_addr_t base, vmem_size_t size, argument
1270 if (vmem_add(vm, base, size, flags) != 0) {
1287 vmem_create(const char *name, vmem_addr_t base, vmem_size_t size, argument
1296 if (vmem_init(vm, name, base, size, quantum, qcache_max,
/freebsd-current/sys/i386/i386/
H A Dpmap.c941 pmap_ptelist_init(vm_offset_t *head, void *base, int npages) argument
948 va = (vm_offset_t)base + i * PAGE_SIZE;
5713 vm_offset_t base, offset, tmpva; local
5719 base = trunc_page(va);
5726 if (base < VM_MIN_KERNEL_ADDRESS)
5738 for (tmpva = base; tmpva < base + size; ) {
5763 tmpva + PDRMASK < base + size) {
5785 for (tmpva = base; tmpva < base
[all...]
/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs_subr.c493 tmpfs_partial_page_invalidate(vm_object_t object, vm_pindex_t idx, int base, argument
500 KASSERT(base >= 0, ("%s: base %d", __func__, base));
501 KASSERT(end - base <= PAGE_SIZE, ("%s: base %d end %d", __func__, base,
535 pmap_zero_page_area(m, base, end - base);
1869 int base, erro local
[all...]
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c7973 u16 base, i; local
7979 base = FEAT_NUM(hwfn, ECORE_PF_L2_QUE) + vfid * params->num_queues;
7984 params->req_rx_queue[i] = base + i;
7985 params->req_tx_queue[i] = base + i;
/freebsd-current/sys/arm/arm/
H A Dpmap-v6.c1526 pmap_pte2list_init(vm_offset_t *head, void *base, int npages) argument
1533 va = (vm_offset_t)base + i * PAGE_SIZE;
6642 vm_offset_t base, va; local
6646 base = i << PTE1_SHIFT;
6655 va = base + (j << PAGE_SHIFT);
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c1912 * from the linked base (virtual) address "KERNBASE" to the actual
9700 vm_offset_t base, offset, tmpva; local
9709 base = trunc_page(va);
9717 if (base < DMAP_MIN_ADDRESS)
9752 for (tmpva = base; tmpva < base + size; ) {
9776 tmpva + PDPMASK < base + size) {
9806 tmpva + PDRMASK < base + size) {
9829 for (tmpva = base; tmpva < base
9945 pmap_demote_DMAP(vm_paddr_t base, vm_size_t len, bool invalidate) argument
11710 uint64_t cr3, pa, base; local
[all...]
/freebsd-current/release/
H A DMakefile.vm158 vm-base: vm-image
/freebsd-current/lib/libpmc/pmu-events/
H A Djevents.c1097 bname = (char *) fpath + ftwbuf->base - 2;
1107 bname = (char *) fpath + ftwbuf->base;
1113 /* base dir or too deep */
1431 ftw.base = cur->fts_pathlen - cur->fts_namelen;
/freebsd-current/contrib/ntp/util/
H A DMakefile.in1026 list=; while read file base inst; do \
1027 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1069 list=; while read file base inst; do \
1070 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
/freebsd-current/contrib/ntp/sntp/
H A Dmain.c41 struct event_base *base; variable in typeref:struct:event_base
243 base = event_base_new_with_config(evcfg);
245 if (NULL == base) {
279 gettimeofday_cached(base, &start_tv);
280 event_base_dispatch(base);
281 event_base_free(base);
326 ev_sock4 = event_new(base, sock4,
331 "open_sockets: event_new(base, sock4) failed!");
360 ev_sock6 = event_new(base, sock6,
365 "open_sockets: event_new(base, sock
[all...]
H A DMakefile.in976 list=; while read file base inst; do \
977 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1019 list=; while read file base inst; do \
1020 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dkqueue.c121 kq_init(struct event_base *base) argument
167 base->evsigsel = &kqsigops;
267 kq_dispatch(struct event_base *base, struct timeval *tv) argument
269 struct kqop *kqop = base->evbase;
281 /* Build "changes" from "base->changes" */
283 n_changes = kq_build_changes_list(&base->changelist, kqop);
287 event_changelist_remove_all_(&base->changelist, base);
313 EVBASE_RELEASE_LOCK(base, th_base_lock);
318 EVBASE_ACQUIRE_LOCK(base, th_base_loc
445 kq_dealloc(struct event_base *base) argument
454 kq_sig_add(struct event_base *base, int nsignal, short old, short events, void *p) argument
487 kq_sig_del(struct event_base *base, int nsignal, short old, short events, void *p) argument
522 event_kq_add_notify_event_(struct event_base *base) argument
553 event_kq_notify_base_(struct event_base *base) argument
[all...]
H A DMakefile.in2236 list=; while read file base inst; do \
2237 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
/freebsd-current/contrib/ntp/scripts/update-leap/
H A DMakefile.in682 list=; while read file base inst; do \
683 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
725 list=; while read file base inst; do \
726 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
/freebsd-current/contrib/ntp/scripts/ntptrace/
H A DMakefile.in680 list=; while read file base inst; do \
681 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
723 list=; while read file base inst; do \
724 if test "$$base" = "$$inst"; then list="$$list $$file"; else \

Completed in 578 milliseconds

1234567891011>>