Function report |
Source Code:arch\x86\kernel\tls.c |
Create Date:2022-07-28 07:52:07 |
Last Modify:2022-05-18 16:59:10 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:tls_desc_okay
Proto:static bool tls_desc_okay(const struct user_desc *info)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct user_desc * | info |
55 | If This intentionally ignores lm, since 32-bit apps don't have that field. (info) || Lots of programs expect an all-zero user_desc to mean "no segment at all". Then Return true |
62 | If Not seg_32bit Then Return false |
66 | If contents > 1 Then Return false |
78 | If seg_not_present Then Return false |
81 | Return true |
Name | Describe |
---|---|
do_set_thread_area | Set a given TLS descriptor: |
regset_tls_set |
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 |