Function report |
Source Code:arch\x86\include\asm\tlbflush.h |
Create Date:2022-07-28 05:55:16 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:build_cr3
Proto:static inline unsigned long build_cr3(pgd_t *pgd, u16 asid)
Type:unsigned long
Parameter:
| Type | Parameter | Name |
|---|---|---|
| pgd_t * | pgd | |
| u16 | asid |
| 123 | If static_cpu_has(Process Context Identifiers ) Then |
| 124 | Return __sme_pa(pgd) | Given @asid, compute kPCID |
| 125 | Else |
| 126 | VM_WARN_ON_ONCE(asid != 0) |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |