Home
last modified time | relevance | path

Searched defs:isa (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-src/contrib/opencsd/decoder/source/
H A Dtrc_ret_stack.cpp66 void TrcAddrReturnStack::push(const ocsd_vaddr_t addr, const ocsd_isa isa) in push()
82 ocsd_vaddr_t TrcAddrReturnStack::pop(ocsd_isa &isa) in pop()
110 … TrcAddrReturnStack::LogOp(const char * pszOpString, ocsd_vaddr_t addr, int head_off, ocsd_isa isa) in LogOp()
/freebsd-src/sys/riscv/riscv/
H A Didentcpu.c148 parse_ext_s(struct cpu_desc * desc,char * isa,int idx,int len) parse_ext_s() argument
180 parse_ext_x(struct cpu_desc * desc __unused,char * isa,int idx,int len) parse_ext_x() argument
194 parse_ext_z(struct cpu_desc * desc __unused,char * isa,int idx,int len) parse_ext_z() argument
210 parse_ext_version(char * isa,int idx,u_int * majorp __unused,u_int * minorp __unused) parse_ext_version() argument
233 parse_riscv_isa(struct cpu_desc * desc,char * isa,int len) parse_riscv_isa() argument
322 char isa[1024]; identify_cpu_features_fdt() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h71 void *isa; member
81 void *isa; member
92 void *isa; member
164 void *isa; member
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp52 bool ObjCLanguageRuntime::AddClass(ObjCISA isa, in AddClass() argument
247 ObjCLanguageRuntime::GetParentClass(ObjCLanguageRuntime::ObjCISA isa) { in GetParentClass() argument
280 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error); in GetClassDescriptor() local
305 GetClassDescriptorFromISA(ObjCISA isa) GetClassDescriptorFromISA() argument
324 GetNonKVOClassDescriptor(ObjCISA isa) GetNonKVOClassDescriptor() argument
[all...]
H A DObjCLanguageRuntime.h286 bool IsValidISA(ObjCISA isa) { in IsValidISA() argument
337 bool ISAIsCached(ObjCISA isa) const { in ISAIsCached() argument
341 bool AddClass(ObjCISA isa, const ClassDescriptorSP &descriptor_sp) { in AddClass() argument
352 AddClass(ObjCISA isa,const ClassDescriptorSP & descriptor_sp,uint32_t class_name_hash) AddClass() argument
[all...]
/freebsd-src/crypto/heimdal/base/
H A Dheimbase.c42 heim_type_t isa; member
51 heim_type_t isa; member
179 heim_type_t isa = _heim_get_isa(ptr); in heim_get_tid() local
194 heim_type_t isa = _heim_get_isa(ptr); in heim_get_hash() local
214 heim_type_t isa; in heim_cmp() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp176 ObjCISA isa, lldb::ProcessSP process_sp) { in ClassDescriptorV1()
181 ObjCISA isa, lldb::ProcessSP process_sp) { in Initialize()
373 ObjCISA isa; in UpdateISAToDescriptorMapIfNeeded() local
H A DAppleObjCDeclVendor.cpp145 AppleObjCDeclVendor::GetDeclForISA(ObjCLanguageRuntime::ObjCISA isa) { in GetDeclForISA() argument
424 this](ObjCLanguageRuntime::ObjCISA isa) { in FinishDecl() argument
586 ObjCLanguageRuntime::ObjCISA isa = m_runtime.GetISA(name); in FindDecls() local
[all...]
H A DAppleObjCRuntimeV2.cpp1514 GetClassDescriptorFromISA(ObjCISA isa) GetClassDescriptorFromISA() argument
1553 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error); GetClassDescriptor() local
2221 ObjCISA isa = data.GetAddress(&offset); ParseClassInfoArray() local
3209 GetClassDescriptor(ObjCISA isa) GetClassDescriptor() argument
3224 EvaluateNonPointerISA(ObjCISA isa,ObjCISA & ret_isa) EvaluateNonPointerISA() argument
3335 GetPointerISA(ObjCISA isa) GetPointerISA() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dextensible_rtti.h139 template <typename To, typename From> bool isa(const From &Value) { in isa() function
/freebsd-src/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_init.c110 dwarf_producer_set_isa(Dwarf_P_Debug dbg, enum Dwarf_ISA isa, in dwarf_producer_set_isa()
/freebsd-src/usr.sbin/iscsid/
H A Ddiscovery.c88 struct iscsi_session_add isa; in kernel_add() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h234 uint32_t isa; member
239 uint32_t isa; member
243 uint32_t isa; member
[all...]
/freebsd-src/contrib/opencsd/decoder/include/common/
H A Docsd_code_follower.h149 inline void OcsdCodeFollower::setISA(const ocsd_isa isa) in setISA()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAny.h111 template <typename T> bool isa() const { in isa() function
/freebsd-src/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_elem_ptm.h166 inline void PtmTrcPacket::UpdateISA(const ocsd_isa isa) in UpdateISA()
H A Dtrc_pkt_decode_ptm.h165 ocsd_isa isa; //!< current isa. member
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h155 template <class U> inline bool isa(CodeGen::Address addr) { isa() function
/freebsd-src/sys/dev/ichwd/
H A Dichwd.c561 ichwd_find_ich_lpc_bridge(device_t isa, struct ichwd_device **id_p) in ichwd_find_ich_lpc_bridge()
587 ichwd_find_smb_dev(device_t isa, struct ichwd_device **id_p) in ichwd_find_smb_dev()
/freebsd-src/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h64 void push(const ocsd_pkt_vaddr vaddr, const uint8_t isa) in push()
74 void get_idx(const uint8_t idx, ocsd_pkt_vaddr &vaddr, uint8_t &isa) in get_idx()
/freebsd-src/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_elem_etmv3.h175 inline void EtmV3TrcPacket::UpdateISA(const ocsd_isa isa) in UpdateISA()
/freebsd-src/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_decode_etmv3.cpp554 ocsd_isa isa; in processPHdr() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h127 unsigned isa, unsigned discriminator) in MCDwarfLoc() argument
172 void setIsa(unsigned isa) { in setIsa() argument
/freebsd-src/usr.bin/iscsictl/
H A Discsictl.c371 struct iscsi_session_add isa; kernel_add() local
/freebsd-src/contrib/opencsd/decoder/include/opencsd/
H A Dtrc_gen_elem_types.h115 ocsd_isa isa; /**< instruction set for executed instructions */ member

12