Submit
Path:
~
/
/
lib
/
modules
/
5.15.0-152-generic
/
build
/
arch
/
x86
/
include
/
asm
/
vdso
/
File Content:
processor.h
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2020 ARM Ltd. */ #ifndef __ASM_VDSO_PROCESSOR_H #define __ASM_VDSO_PROCESSOR_H #ifndef __ASSEMBLY__ /* REP NOP (PAUSE) is a good thing to insert into busy-wait loops. */ static __always_inline void rep_nop(void) { asm volatile("rep; nop" ::: "memory"); } static __always_inline void cpu_relax(void) { rep_nop(); } #endif /* __ASSEMBLY__ */ #endif /* __ASM_VDSO_PROCESSOR_H */
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
clocksource.h
287 bytes
0644
gettimeofday.h
8271 bytes
0644
processor.h
448 bytes
0644
vsyscall.h
709 bytes
0644
N4ST4R_ID | Naxtarrr