OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pae
(Results
1 - 25
of
102
) sorted by null
1
2
3
4
5
/external/javassist/src/main/javassist/util/proxy/
SerializedProxy.java
68
catch (PrivilegedActionException
pae
) {
69
throw new RuntimeException("cannot load the class: " + className,
pae
.getException());
/external/kernel-headers/original/asm-x86/
pgalloc_32.h
60
* In the
PAE
case we free the pmds as part of the pgd.
pgtable_32.h
48
* newer 3-level
PAE
-mode page tables.
206
/* To avoid harmful races, pmd_none(x) should check only the lower when
PAE
*/
/external/elfutils/backends/
i386_auxv.c
41
"fpu\0" "vme\0" "de\0" "pse\0" "tsc\0" "msr\0" "
pae
\0" "mce\0"
/external/wpa_supplicant_8/src/drivers/
driver_roboswitch.c
190
/* Report
PAE
group address as the "BSSID" for wired connection. */
434
wpa_printf(MSG_INFO, "%s: Unable to join
PAE
group", __func__);
438
wpa_printf(MSG_DEBUG, "%s: Added
PAE
group address to "
455
wpa_printf(MSG_DEBUG, "%s: Unable to leave
PAE
group",
driver_wired.c
396
/* Report
PAE
group address as the "BSSID" for wired connection. */
618
wpa_printf(MSG_DEBUG, "%s: Failed to remove
PAE
multicast "
624
wpa_printf(MSG_DEBUG, "%s: Failed to remove
PAE
multicast "
/external/wpa_supplicant_8/src/eap_server/
eap.h
45
Boolean eapRestart; /* shared with EAPOL Authenticator
PAE
*/
/external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h
64
/* Authenticator
PAE
state machine */
eapol_auth_dump.c
147
fprintf(f, "%s Authenticator
PAE
:\n"
/libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicLongFieldUpdater.java
265
// } catch (PrivilegedActionException
pae
) {
266
// throw new RuntimeException(
pae
.getException());
359
// } catch (PrivilegedActionException
pae
) {
360
// throw new RuntimeException(
pae
.getException());
AtomicIntegerFieldUpdater.java
266
// } catch (PrivilegedActionException
pae
) {
267
// throw new RuntimeException(
pae
.getException());
AtomicReferenceFieldUpdater.java
198
// } catch (PrivilegedActionException
pae
) {
199
// throw new RuntimeException(
pae
.getException());
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm
85
or edx, 0x00000620 ; Enable
PAE
, SSE OSFXSR, SEE OSXMMEXCPT
99
;; At this point LME=1,
PAE
=1, PG=1, CS.L=0, CS.D=0
/external/wpa_supplicant_8/hostapd/
README
120
Port Access Entity (
PAE
) with Authenticator functionality for
135
Host AP driver includes
PAE
functionality in the kernel driver. It
137
or coming from an unauthorized port.
PAE
allows IEEE 802.1X related
151
Server. It also controls the
PAE
functionality in the kernel driver by
/external/qemu-pc-bios/bochs/
config.h.in
845
#error "Physical Address Extensions (
PAE
) only supported with CPU_LEVEL >= 6 !"
858
#error "Physical Address Extensions (
PAE
) requires large pages support !"
875
#error "X86-64 requires Physical Address Extensions (
PAE
) !"
/external/wpa_supplicant_8/src/ap/
ap_config.h
318
int use_pae_group_addr; /* Whether to send EAPOL frames to
PAE
group
/external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S
587
.ascii "flags : fpu vme de pse tsc msr
pae
mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc pebs bts pni dtes64 monitor ds_cpl vmx est cid cx16 xtpr pdcm lahf_lm tpr_shadow\n"
612
.ascii "flags : fpu vme de pse tsc msr
pae
mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc pebs bts pni dtes64 monitor ds_cpl vmx est cid cx16 xtpr pdcm lahf_lm tpr_shadow\n"
/bionic/libc/include/net/
ethertypes.h
300
#define ETHERTYPE_PAE 0x888e /* EAPOL
PAE
/802.1x */
/development/ndk/platforms/android-3/include/net/
ethertypes.h
300
#define ETHERTYPE_PAE 0x888e /* EAPOL
PAE
/802.1x */
/external/v8/src/
platform-posix.cc
113
// variety of ASLR modes (
PAE
kernel, NX compat mode, etc) and on macos
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/net/
ethertypes.h
300
#define ETHERTYPE_PAE 0x888e /* EAPOL
PAE
/802.1x */
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/net/
ethertypes.h
300
#define ETHERTYPE_PAE 0x888e /* EAPOL
PAE
/802.1x */
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/net/
ethertypes.h
300
#define ETHERTYPE_PAE 0x888e /* EAPOL
PAE
/802.1x */
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/net/
ethertypes.h
300
#define ETHERTYPE_PAE 0x888e /* EAPOL
PAE
/802.1x */
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/net/
ethertypes.h
300
#define ETHERTYPE_PAE 0x888e /* EAPOL
PAE
/802.1x */
Completed in 1475 milliseconds
1
2
3
4
5