代码搜索:Helper
找到约 8,496 项符合「Helper」的源代码
代码结果 8,496
www.eeworm.com/read/418361/10951506
c op_helper.c
/*
* Alpha emulation cpu micro-operations helpers for qemu.
*
* Copyright (c) 2007 Jocelyn Mayer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms o
www.eeworm.com/read/418361/10951516
h op_helper.h
/*
* Alpha emulation cpu micro-operations helpers definitions for qemu.
*
* Copyright (c) 2007 Jocelyn Mayer
*
* This library is free software; you can redistribute it and/or
* modify it under
www.eeworm.com/read/418361/10951628
c op_helper.c
/*
* SH4 emulation
*
* Copyright (c) 2005 Samuel Tardieu
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Licen
www.eeworm.com/read/418361/10951758
c op_helper.c
/*
* ARM helper routines
*
* Copyright (c) 2005-2007 CodeSourcery, LLC
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General P
www.eeworm.com/read/418361/10951827
c op_helper.c
/*
* M68K helper routines
*
* Copyright (c) 2007 CodeSourcery
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*
www.eeworm.com/read/418361/10951849
h hostregs_helper.h
/*
* Save/restore host registrs.
*
* Copyright (c) 2007 CodeSourcery
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Pub
www.eeworm.com/read/418361/10952035
c op_helper.c
/*
* MIPS emulation helpers for qemu.
*
* Copyright (c) 2004-2005 Jocelyn Mayer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser
www.eeworm.com/read/416787/11013012
h core_helper.h
#if !defined(CORE_HELPER_H)
#define CORE_HELPER_H
#ifdef _OS_BIOS
void Core_ReInitBaseAddress(MV_PVOID This);
#endif
#define IS_A_SMP_REQ(pReq) \
((pReq->Cdb[0]==SCSI_CMD_MARVELL_SPECIFIC)&& \
(p
www.eeworm.com/read/416787/11013076
c core_helper.c
#include "core_header.h"
#include "core_exp.h"
#include "core_helper.h"
#include "core_init.h"
void MV_DumpRegister(MV_PVOID This);
#ifdef CORE_SAS_SUPPORT_ATA_COMMAND
void CoreRestoreOriginalCDB(PCo