Searched refs:NBBY (Results 126 - 131 of 131) sorted by relevance

123456

/freebsd-12-stable/sys/riscv/riscv/
H A Dpmap.c1762 sizeof(pc->pc_map) * NBBY, &free);
/freebsd-12-stable/sys/kern/
H A Dkern_jail.c188 static struct bool_flags pr_flag_allow[NBBY * NBPW] = {
H A Dkern_descrip.c4094 #define XPTRWIDTH ((int)howmany(sizeof(void *) * NBBY, 4))
/freebsd-12-stable/sys/arm64/arm64/
H A Dpmap.c2201 sizeof(pc->pc_map) * NBBY, &free);
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf.c223 #define PFID_CPUSHIFT (sizeof(uint64_t) * NBBY - PFID_CPUBITS)
/freebsd-12-stable/sys/amd64/amd64/
H A Dpmap.c4495 sizeof(pc->pc_map) * NBBY, &free);

Completed in 302 milliseconds

123456