!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-oracle-5.13-headers-5.13.0-1018/arch/alpha/include/asm/   drwxr-xr-x
Free 83.22 GB of 96.73 GB (86.04%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     mmzone.h (2.57 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Written by Kanoj Sarcar ([email protected]) Aug 99
 * Adapted for the alpha wildfire architecture Jan 2001.
 */
#ifndef _ASM_MMZONE_H_
#define _ASM_MMZONE_H_

#ifdef CONFIG_DISCONTIGMEM

#include <asm/smp.h>

/*
 * Following are macros that are specific to this numa platform.
 */

extern pg_data_t node_data[];

#define alpha_pa_to_nid(pa)        \
        (alpha_mv.pa_to_nid         \
     ? alpha_mv.pa_to_nid(pa)    \
     : (0))
#define node_mem_start(nid)        \
        (alpha_mv.node_mem_start     \
     ? alpha_mv.node_mem_start(nid) \
     : (0UL))
#define node_mem_size(nid)        \
        (alpha_mv.node_mem_size     \
     ? alpha_mv.node_mem_size(nid)     \
     : ((nid) ? (0UL) : (~0UL)))

#define pa_to_nid(pa)        alpha_pa_to_nid(pa)
#define NODE_DATA(nid)        (&node_data[(nid)])

#define node_localnr(pfn, nid)    ((pfn) - NODE_DATA(nid)->node_start_pfn)

#if 1
#define PLAT_NODE_DATA_LOCALNR(p, n)    \
    (((p) >> PAGE_SHIFT) - PLAT_NODE_DATA(n)->gendata.node_start_pfn)
#else
static inline unsigned long
PLAT_NODE_DATA_LOCALNR(unsigned long p, int n)
{
    unsigned long temp;
    temp = p >> PAGE_SHIFT;
    return temp - PLAT_NODE_DATA(n)->gendata.node_start_pfn;
}
#endif

/*
 * Following are macros that each numa implementation must define.
 */

/*
 * Given a kernel address, find the home node of the underlying memory.
 */
#define kvaddr_to_nid(kaddr)    pa_to_nid(__pa(kaddr))

/*
 * Given a kaddr, LOCAL_BASE_ADDR finds the owning node of the memory
 * and returns the kaddr corresponding to first physical page in the
 * node's mem_map.
 */
#define LOCAL_BASE_ADDR(kaddr)                          \
    ((unsigned long)__va(NODE_DATA(kvaddr_to_nid(kaddr))->node_start_pfn  \
             << PAGE_SHIFT))

/* XXX: FIXME -- nyc */
#define kern_addr_valid(kaddr)    (0)

#define mk_pte(page, pgprot)                             \
({                                          \
    pte_t pte;                                                           \
    unsigned long pfn;                                                   \
                                         \
    pfn = page_to_pfn(page) << 32; \
    pte_val(pte) = pfn | pgprot_val(pgprot);                 \
                                         \
    pte;                                     \
})

#define pte_page(x)                            \
({                                    \
           unsigned long kvirt;                        \
    struct page * __xx;                        \
                                    \
    kvirt = (unsigned long)__va(pte_val(x) >> (32-PAGE_SHIFT));    \
    __xx = virt_to_page(kvirt);                    \
                                    \
    __xx;                                                           \
})

#define pfn_to_nid(pfn)        pa_to_nid(((u64)(pfn) << PAGE_SHIFT))
#define pfn_valid(pfn)                            \
    (((pfn) - node_start_pfn(pfn_to_nid(pfn))) <            \
     node_spanned_pages(pfn_to_nid(pfn)))                    \

#endif /* CONFIG_DISCONTIGMEM */

#endif /* _ASM_MMZONE_H_ */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0043 ]--