Searched refs:baseoff (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/arch/sparc/sparc/ |
| D | cache.c | 517 int i, ls, baseoff; in sun4_cache_flush() local 541 baseoff = (int)base & PGOFSET; in sun4_cache_flush() 542 i = (baseoff + len + PGOFSET) >> PGSHIFT; in sun4_cache_flush() 548 p = (char *)((int)base & ~baseoff); in sun4_cache_flush() 561 baseoff = (u_int)base & SGOFSET; in sun4_cache_flush() 562 i = (baseoff + len + SGOFSET) >> SGSHIFT; in sun4_cache_flush() 569 baseoff = (u_int)base & RGOFSET; in sun4_cache_flush() 570 i = (baseoff + len + RGOFSET) >> RGSHIFT; in sun4_cache_flush() 773 int i, baseoff; in srmmu_cache_flush() local 805 baseoff = (u_int)base & SGOFSET; in srmmu_cache_flush() [all …]
|
| /netbsd/src/sys/ufs/ufs/ |
| D | quota2_subr.c | 45 quota2_addfreeq2e(struct quota2_header *q2h, void *bp, uint64_t baseoff, in quota2_addfreeq2e() argument 48 uint64_t blkoff = baseoff % bsize; in quota2_addfreeq2e() 56 q2h->q2h_free = ufs_rw64(i * sizeof(*q2e) + baseoff, ns); in quota2_addfreeq2e()
|
| /netbsd/src/sys/ufs/lfs/ |
| D | ulfs_quota2_subr.c | 48 lfsquota2_addfreeq2e(struct quota2_header *q2h, void *bp, uint64_t baseoff, in lfsquota2_addfreeq2e() argument 51 uint64_t blkoff = baseoff % bsize; in lfsquota2_addfreeq2e() 59 q2h->q2h_free = ulfs_rw64(i * sizeof(*q2e) + baseoff, ns); in lfsquota2_addfreeq2e()
|
| /netbsd/src/sys/arch/amiga/dev/ |
| D | hyper.c | 69 unsigned baseoff; member 139 hprsc->sc_bst.base = (u_long)zap->va + hprpp->baseoff; in hyperattach()
|
| /netbsd/src/sbin/fsck_ffs/ |
| D | quota2.c | 83 uint64_t baseoff; in quota2_alloc_quota() local 87 baseoff = iswap64(DIP(dp, size)); in quota2_alloc_quota() 93 quota2_addfreeq2e(q2h, bp->b_un.b_buf, baseoff, in quota2_alloc_quota()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree.cc | 12957 poly_int64 baseoff = 0; in component_ref_size() local 12958 tree base = get_addr_base_and_unit_offset (ref, &baseoff); in component_ref_size() 12970 baseoff = tree_to_poly_int64 (byte_position (TREE_OPERAND (ref, 1))); in component_ref_size() 13005 rsz -= baseoff; in component_ref_size() 13010 baseoff = 0; in component_ref_size() 13051 if (known_lt (baseoff, memsz64)) in component_ref_size() 13053 memsz64 -= baseoff; in component_ref_size()
|
| /netbsd/src/external/gpl3/binutils/dist/cpu/ |
| D | iq2000.cpu | 371 (dnop baseoff "base register offset" () h-iaddr f-imm)
|
| /netbsd/src/external/gpl3/gdb/dist/cpu/ |
| D | iq2000.cpu | 371 (dnop baseoff "base register offset" () h-iaddr f-imm)
|