__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Trap handler helpers. * * Copyright (C) 2020 - Google LLC * Author: Marc Zyngier <[email protected]> */ #ifndef __ARM64_KVM_NVHE_TRAP_HANDLER_H__ #define __ARM64_KVM_NVHE_TRAP_HANDLER_H__ #include <asm/kvm_host.h> #define cpu_reg(ctxt, r) (ctxt)->regs.regs[r] #define DECLARE_REG(type, name, ctxt, reg) \ type name = (type)cpu_reg(ctxt, (reg)) #endif /* __ARM64_KVM_NVHE_TRAP_HANDLER_H__ */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| early_alloc.h | File | 437 B | 0644 |
|
| ffa.h | File | 406 B | 0644 |
|
| gfp.h | File | 925 B | 0644 |
|
| mem_protect.h | File | 2.39 KB | 0644 |
|
| memory.h | File | 3.13 KB | 0644 |
|
| mm.h | File | 1.02 KB | 0644 |
|
| pkvm.h | File | 2.57 KB | 0644 |
|
| spinlock.h | File | 2.84 KB | 0644 |
|
| trap_handler.h | File | 450 B | 0644 |
|