Function report |
Source Code:arch\x86\include\asm\desc.h |
Create Date:2022-07-28 05:48:46 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:native_set_ldt
Proto:static inline void native_set_ldt(const void *addr, unsigned int entries)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| const void * | addr | |
| unsigned int | entries |
| 198 | If Value is more likely to compile time(entries == 0) Then asm volatile |
| 200 | Else |
| 201 | cpu = smp_processor_id() |
| 204 | set_tssldt_descriptor( & ldt, (unsignedlong)addr, DESC_LDT, entries * The size of each LDT entry. - 1) |
| 208 | asm volatile |
| 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 |