]> Git Repo - linux.git/blob - include/linux/instruction_pointer.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / include / linux / instruction_pointer.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_INSTRUCTION_POINTER_H
3 #define _LINUX_INSTRUCTION_POINTER_H
4
5 #define _RET_IP_                (unsigned long)__builtin_return_address(0)
6 #define _THIS_IP_  ({ __label__ __here; __here: (unsigned long)&&__here; })
7
8 #endif /* _LINUX_INSTRUCTION_POINTER_H */
This page took 0.035805 seconds and 4 git commands to generate.