kaslr.c (762f99f4f3cb41a775b5157dd761217beba65873) kaslr.c (edd4a8667355607345b76d5652adc0f300a28970)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright IBM Corp. 2019
4 */
5#include <linux/pgtable.h>
6#include <asm/mem_detect.h>
7#include <asm/cpacf.h>
8#include <asm/timex.h>
9#include <asm/sclp.h>
10#include <asm/kasan.h>
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright IBM Corp. 2019
4 */
5#include <linux/pgtable.h>
6#include <asm/mem_detect.h>
7#include <asm/cpacf.h>
8#include <asm/timex.h>
9#include <asm/sclp.h>
10#include <asm/kasan.h>
11#include "compressed/decompressor.h"
11#include "decompressor.h"
12#include "boot.h"
13
14#define PRNG_MODE_TDES 1
15#define PRNG_MODE_SHA512 2
16#define PRNG_MODE_TRNG 3
17
18struct prno_parm {
19 u32 res;

--- 190 unchanged lines hidden ---
12#include "boot.h"
13
14#define PRNG_MODE_TDES 1
15#define PRNG_MODE_SHA512 2
16#define PRNG_MODE_TRNG 3
17
18struct prno_parm {
19 u32 res;

--- 190 unchanged lines hidden ---