Function report |
Source Code:include\linux\uaccess.h |
Create Date:2022-07-28 05:59:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pagefault_enable
Proto:static inline void pagefault_enable(void)
Type:void
Parameter:Nothing
200 | pagefault_disabled_dec() |
Name | Describe |
---|---|
copy_from_user_nmi | We rely on the nested NMI work to allow atomic faults from the NMI path; the* nested NMI paths are careful to preserve CR2. |
copy_fpstate_to_sigframe | Save the fpu, extended register state to the user signal frame.* 'buf_fx' is the 64-byte aligned pointer at which the [f|fx|x]save* state is copied.* 'buf' points to the 'buf_fx' or to the fsave header followed by 'buf_fx'. |
__fpu__restore_sig | |
copy_stack_frame | |
cmpxchg_futex_value_locked | |
get_futex_value_locked | |
is_trap_at_addr | |
probe_read_common | |
probe_write_common | |
__strncpy_from_unsafe | |
strncpy_from_unsafe_user | strncpy_from_unsafe_user: - Copy a NUL terminated string from unsafe user* address.*@dst: Destination address, in kernel space. This buffer must be at* least @count bytes long.*@unsafe_addr: Unsafe user address. |
strnlen_unsafe_user | strnlen_unsafe_user: - Get the size of a user string INCLUDING final NUL.*@unsafe_addr: The string to measure.*@count: Maximum count (including NUL)* Get the size of a NUL-terminated string in user space without pagefault. |
__zs_unmap_object | |
__kunmap_atomic |
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 |