Advanced Debugging
About AdvDbg Consult Train Services Products Tools Community Contact  
欢迎光临 高端调试 登录 | 注册 | FAQ
 
  ACPI调试
Linux内核调试
Windows内核调试
 
  调试战役
调试原理
新工具观察
 
  Linux
Windows Vista
Windows
 
  Linux驱动
WDF
WDM
 
  PCI Express
PCI/PCI-X
USB
无线通信协议
 
  64位CPU
ARM
IA-32
  CPU Info Center
 
  ACPI标准
系统认证
Desktop
服务器
 
  Embedded Linux
嵌入式开发工具
VxWorks
WinCE
嵌入式Windows
 
  格蠹调试套件(GDK)
  格蠹学院
  小朱书店
  老雷的微博
  《软件调试》
  《格蠹汇编》
  《软件调试(第二版)》
沪ICP备11027180号-1

Windows驱动开发

帖子发起人: ustc466   发起时间: 2010-09-21 09:13 上午   回复: 1

Print Search
帖子排序:    
   2010-09-21, 09:13 上午
ustc466 离线,最后访问时间: 2010/9/16 13:53:46 ustc466

发帖数前500位
注册: 2010-09-16
发 贴: 3
MmAllocatePagesForMdl函数返回总是失败
Reply Quote
在win32平台下,为一个MDL分配4K的内存的代码如下,为什么MmAllocatePagesForMdl返回总是失败?望大家指教,多谢!

PHYSICAL_ADDRESS LowAddress;
PHYSICAL_ADDRESS HighAddress;
SIZE_T TotalBytes;

// 初始化MmAllocatePagesForMdl需要的Physical Address
LowAddress.QuadPart = 0;
HighAddress.QuadPart = PAGE_SIZE;
TotalBytes = PAGE_SIZE;

// 分配4K的共享缓冲区
Mdl = MmAllocatePagesForMdl(LowAddress,
HighAddress,
LowAddress,
TotalBytes);

IP 地址: 已记录   报告
   2010-09-23, 22:57 下午
Raymond 离线,最后访问时间: 2020/7/3 3:40:25 格蠹老雷

发帖数前10位
注册: 2005-12-19
发 贴: 1,303
Re: MmAllocatePagesForMdl函数返回总是失败
Reply Quote
参数指定的条件有点太苛刻了...
IP 地址: 已记录   报告
高端调试 » 驱动程序开发 » Windows驱动开发 » Re: MmAllocatePagesForMdl函数返回总是失败

 
Legal Notice Privacy Statement Corporate Governance Corporate Governance
(C)2004-2020 ADVDBG.ORG All Rights Reserved.