HomeSort by: relevance | last modified time | path
    Searched defs:pt_size (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/hpcarm/hpcarm/
sa11x0_hpc_machdep.c 182 vsize_t pt_size; local in function:init_sa11x0
317 pt_size = round_page(freemempos) - physical_start;
435 pmap_map_chunk(l1pagetable, KERNEL_BASE, physical_start, pt_size,
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_mob.c 514 unsigned long pt_size = num_data_pages * VMW_PPN_SIZE; local in function:vmw_mob_build_pt
515 unsigned long num_pt_pages = DIV_ROUND_UP(pt_size, PAGE_SIZE);
  /src/sys/arch/mipsco/include/
disklabel.h 94 int32_t pt_size; /* # of logical blocks in partition */ member in struct:mips_partitions
  /src/sys/arch/dreamcast/dev/maple/
mlcd.c 119 int pt_size; /* partition size in byte */ member in struct:mlcd_softc::mlcd_pt
355 pt->pt_size = ((pt->pt_info.width + 1) *
357 pt->pt_nblk = pt->pt_size / sc->sc_bsize;
361 pt->pt_size);
376 if (sc->sc_pt[0].pt_size == sizeof initimg48x32 &&
  /src/sys/kern/
kern_proc.c 951 size_t pt_size, tsz; local in function:expand_pid_table
962 pt_size = pid_tbl_mask + 1;
965 tsz = pt_size * 2 * sizeof(struct pid_table);
967 new_pt_mask = pt_size * 2 - 1;
973 if (pt_size != pid_tbl_mask + 1) {
991 i = pt_size - 1;
998 pid = (PT_NEXT(slot) + pt_size) & ~pt_size;
1009 n_pt[pid & pt_size].pt_slot = slot;
1010 n_pt[pid & pt_size].pt_pgrp = pgrp
    [all...]

Completed in 15 milliseconds