Chinaunix首页 | 论坛 | 博客
  • 博客访问: 295890
  • 博文数量: 65
  • 博客积分: 185
  • 博客等级: 入伍新兵
  • 技术积分: 609
  • 用 户 组: 普通用户
  • 注册时间: 2012-11-06 21:41
个人简介

好好学习,天天向上

文章分类

全部博文(65)

文章存档

2022年(3)

2021年(25)

2020年(1)

2019年(3)

2016年(2)

2015年(3)

2014年(14)

2013年(7)

2012年(7)

我的朋友

发布时间:2021-10-21 15:58:50

点击(此处)折叠或打开-bash-4.2$ cat drivers/smmu_test/smmu_test.c#include #include #include #include #include #incl.........【阅读全文】

阅读(974) | 评论(0) | 转发(0)

发布时间:2021-09-26 15:45:43

从打印可以看出midr的Variant是Axx芯片手册对应的rxpy中的主版本号x, 而revision对应的小版本号对应的包括了armv8.x可以根据rxpy的Axx手册去看或者根据dtected feature看支持内容0x41  ARM0x0    (r0)0xf     (ARMv8)0xd08 (0xd08==A72, 0xd07==A57, 0xd03==A53)0x3    (p.........【阅读全文】

阅读(1419) | 评论(0) | 转发(0)

发布时间:2021-08-30 19:44:18

strace-5.7.tar.xz./configure  --enable-mpers=no  CC=aarch64_eabi_gccxx.0_glibcxx.0_fp/bin/aarch64-linux-gnu-gcc LDFLAGS='-static -pthread' --prefix=/test/strace/build_arm64_920/ --host=aarch64-linuxmakemake install......【阅读全文】

阅读(1186) | 评论(0) | 转发(0)

发布时间:2021-08-26 09:51:18

点击(此处)折叠或打开arch/arm64/include/asm/sysreg.h@@ -534,8 +534,8 @@ #define ENDIAN_SET_EL1 0 #endif-#define SCTLR_EL1_SET (SCTLR_ELx_M | SCTLR_ELx_C | SCTLR_ELx_SA |\- SCT.........【阅读全文】

阅读(1148) | 评论(0) | 转发(0)

发布时间:2021-07-19 20:32:54

MSI-X和MSI最大的不同是message data、message address字段和status字段没有存放在设备的配置空间中,而是使用MSI-X Table structure和MSI-X PBA structure来存放这些字段。1、 msi就是通过往中断控制器可以写内存产生中断的地方(中断控制器触发寄存器)写入了一条消息,就产生了中断(中断控制器触发寄存器)的地址.........【阅读全文】

阅读(1533) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册