Home
last modified time | relevance | path

Searched refs:tbase (Results 1 – 25 of 65) sorted by relevance

123

/netbsd-src/sys/arch/alpha/pci/
H A Dcia_dma.c120 ccp->cc_saved_windows.tbase[i]; in cia_dma_shutdown()
128 bus_addr_t tbase; in cia_dma_init() local
142 ccp->cc_saved_windows.tbase[i] = in cia_dma_init()
271 tbase = ccp->cc_sgmap_lo.aps_ptpa >> CIA_PCI_TnBASE_SHIFT; in cia_dma_init()
272 if ((tbase & CIA_PCI_TnBASE_MASK) != tbase) in cia_dma_init()
274 REGVAL(CIA_PCI_T0BASE) = tbase; in cia_dma_init()
289 tbase = ccp->cc_sgmap_hi.aps_ptpa >> CIA_PCI_TnBASE_SHIFT; in cia_dma_init()
290 if ((tbase & CIA_PCI_TnBASE_MASK) != tbase) in cia_dma_init()
292 REGVAL(CIA_PCI_T3BASE) = tbase; in cia_dma_init()
326 tbase = cia_pyxis_bug_sgmap.aps_ptpa >> in cia_dma_init()
[all …]
H A Dapecs_dma.c94 bus_addr_t tbase; in apecs_dma_init() local
176 tbase = acp->ac_sgmap.aps_ptpa >> EPIC_TBASE_SHIFT; in apecs_dma_init()
177 if ((tbase & EPIC_TBASE_T_BASE) != tbase) in apecs_dma_init()
179 REGVAL(EPIC_TBASE_1) = tbase; in apecs_dma_init()
H A Dtsp_dma.c187 bus_addr_t tbase; in tsp_dma_init() local
361 tbase = pcp->pc_sgmap_lo.aps_ptpa; in tsp_dma_init()
362 if (tbase & ~0x7fffffc00UL) in tsp_dma_init()
364 pccsr->tsp_tba[0].tsg_r = tbase; in tsp_dma_init()
388 tbase = pcp->pc_sgmap_hi.aps_ptpa; in tsp_dma_init()
389 if (tbase & ~0x7fffffc00UL) in tsp_dma_init()
391 pccsr->tsp_tba[2].tsg_r = tbase; in tsp_dma_init()
H A Dciavar.h75 uint32_t tbase[4]; member
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-dw2-fde-dip.c106 void *tbase; member
156 return (_Unwind_Ptr) data->tbase; in base_from_cb_data()
433 ob.tbase = data->tbase; in _Unwind_IteratePhdrCallback()
463 data.tbase = NULL; in _Unwind_Find_FDE()
474 bases->tbase = data.tbase; in _Unwind_Find_FDE()
H A Dunwind-dw2-fde.c86 void *tbase, void *dbase) in __register_frame_info_bases() argument
93 ob->tbase = tbase; in __register_frame_info_bases()
146 void *tbase, void *dbase) in __register_frame_info_table_bases() argument
149 ob->tbase = tbase; in __register_frame_info_table_bases()
282 return (_Unwind_Ptr) ob->tbase; in base_from_object()
1092 bases->tbase = ob->tbase; in _Unwind_Find_FDE()
H A Dunwind-dw2-fde.h43 void *tbase; member
87 void *tbase; member
H A Dcrtstuff.c478 void *tbase, *dbase; local
479 tbase = 0;
482 __register_frame_info_bases (__EH_FRAME_BEGIN__, &object, tbase, dbase);
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-dw2-fde.c86 void *tbase, void *dbase) in __register_frame_info_bases() argument
93 ob->tbase = tbase; in __register_frame_info_bases()
146 void *tbase, void *dbase) in __register_frame_info_table_bases() argument
149 ob->tbase = tbase; in __register_frame_info_table_bases()
282 return (_Unwind_Ptr) ob->tbase; in base_from_object()
1092 bases->tbase = ob->tbase; in _Unwind_Find_FDE()
H A Dunwind-dw2-fde.h43 void *tbase; member
87 void *tbase; member
H A Dcrtstuff.c478 void *tbase, *dbase; local
479 tbase = 0;
482 __register_frame_info_bases (__EH_FRAME_BEGIN__, &object, tbase, dbase);
H A Dunwind-dw2-fde-dip.c462 bases->tbase = NULL; in find_fde_tail()
476 ob.tbase = NULL; in find_fde_tail()
490 bases->tbase = NULL; in find_fde_tail()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/
H A Dunwind-dw2-fde-darwin.c187 ob->tbase = 0; in examine_objects()
221 bases->tbase = ob->tbase; in examine_objects()
H A Ddarwin10-unwind-find-enc-func.c12 void *tbase; member
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/
H A Dunwind-dw2-fde-darwin.c187 ob->tbase = 0; in examine_objects()
221 bases->tbase = ob->tbase; in examine_objects()
H A Ddarwin10-unwind-find-enc-func.c12 void *tbase; member
/netbsd-src/external/public-domain/xz/dist/tests/
H A Dtest_index.c535 lzma_vli tbase = 0; in test_locate() local
539 tbase += n * 4 + 8; in test_locate()
545 expect(r.block.compressed_file_offset == tbase + n * 4 + 8 in test_locate()
549 tbase += n * 4 + 8; in test_locate()
565 tbase -= n * 4 + 8; in test_locate()
568 expect(r.block.compressed_file_offset == tbase + n * 4 + 8 in test_locate()
/netbsd-src/sys/lib/libunwind/
H A Dunwind.h61 void *tbase; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Df95-lang.c556 #define DO_DEFINE_MATH_BUILTIN(code, name, argtype, tbase) \ argument
557 gfc_define_builtin ("__builtin_" name "l", tbase##longdouble[argtype], \
560 gfc_define_builtin ("__builtin_" name, tbase##double[argtype], \
563 gfc_define_builtin ("__builtin_" name "f", tbase##float[argtype], \
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Df95-lang.cc567 #define DO_DEFINE_MATH_BUILTIN(code, name, argtype, tbase) \ argument
568 gfc_define_builtin ("__builtin_" name "l", tbase##longdouble[argtype], \
571 gfc_define_builtin ("__builtin_" name, tbase##double[argtype], \
574 gfc_define_builtin ("__builtin_" name "f", tbase##float[argtype], \
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dunwind.h292 uintptr_t tbase; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c3953 tree tbase, tbase_init; in build_vec_delete_1() local
4024 tbase = create_temporary_var (ptype); in build_vec_delete_1()
4025 DECL_INITIAL (tbase) in build_vec_delete_1()
4028 tbase_init = build_stmt (loc, DECL_EXPR, tbase); in build_vec_delete_1()
4029 controller = build3 (BIND_EXPR, void_type_node, tbase, NULL_TREE, NULL_TREE); in build_vec_delete_1()
4033 build2 (EQ_EXPR, boolean_type_node, tbase, in build_vec_delete_1()
4036 tmp = fold_build_pointer_plus (tbase, tmp); in build_vec_delete_1()
4037 tmp = cp_build_modify_expr (loc, tbase, NOP_EXPR, tmp, complain); in build_vec_delete_1()
4041 tmp = build_delete (loc, ptype, tbase, sfk_complete_destructor, in build_vec_delete_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc4061 tree tbase, tbase_init; in build_vec_delete_1() local
4132 tbase = create_temporary_var (ptype); in build_vec_delete_1()
4133 DECL_INITIAL (tbase) in build_vec_delete_1()
4136 tbase_init = build_stmt (loc, DECL_EXPR, tbase); in build_vec_delete_1()
4137 controller = build3 (BIND_EXPR, void_type_node, tbase, NULL_TREE, NULL_TREE); in build_vec_delete_1()
4142 build2 (EQ_EXPR, boolean_type_node, tbase, in build_vec_delete_1()
4145 tmp = fold_build_pointer_plus (tbase, tmp); in build_vec_delete_1()
4146 tmp = cp_build_modify_expr (loc, tbase, NOP_EXPR, tmp, complain); in build_vec_delete_1()
4150 tmp = build_delete (loc, ptype, tbase, sfk_complete_destructor, in build_vec_delete_1()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
H A Dunwind-dw2-xtensa.c207 return (_Unwind_Ptr) context->bases.tbase; in _Unwind_GetTextRelBase()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/xtensa/
H A Dunwind-dw2-xtensa.c207 return (_Unwind_Ptr) context->bases.tbase; in _Unwind_GetTextRelBase()

123